FatherToast / Crust

Library mod for FatherToast's Forge mods
GNU General Public License v3.0
1 stars 0 forks source link

Performance for DoubleField.EnvironmentSensitiveWeightedList #1

Closed FatherToast closed 1 year ago

FatherToast commented 1 year ago

Is your feature request related to a problem? Please describe. All weights are recalculated for each call, even if there's no possible way they could have changed.

Describe the solution you'd like Implement either a pooled call (returns collection of X calls) or cache world+pos (clear at the end of each tick).

FatherToast commented 1 year ago

Done in version 1.1.0