dynmap/forge-1.16.5
Michael e44863f69b
Resize stateByID by 10% instead of a single element at a time
For a complex modpack, this reduces startup time by more than 99%, because Arrays.copyOf() is invoked only dozens of times instead of hundreds of thousands of times. Fixes #3284 and #3296, and possibly others.

Only patched forge 1.16.5 because that's all I'm running at the moment, but I expect the same fix can be applied elsewhere.
2021-03-06 20:42:19 +08:00
..
src/main Resize stateByID by 10% instead of a single element at a time 2021-03-06 20:42:19 +08:00
.gitignore Add Forge 1.16.5 build 2021-02-07 22:22:35 -06:00
build.gradle Add Forge 1.16.5 build 2021-02-07 22:22:35 -06:00