Skip to content

update_values speedup changes

Rob Nelson requested to merge pull/4304/GasDatums2 into Bleeding-Edge

Created by: ComicIronic

Less datum accessing and fetching and whatnot should speed it up a lot. get_gas_fuel() and get_gas_oxidiser() have been reverted to slightly older behaviour. Can't say this will definitely massively reduce CPU, but it will make it significantly faster since get_gas_fuel and get_gas_oxidiser weren't nearly as called as I thought they were.

Merge request reports