Geyser/connector/src
Camotoy 93f5298ee3
Introduce specialized maps for block state operations
By introducing fixed maps, we are able to reduce the overhead of needing to store arbitrary numbers; fixed maps start at one number and must be sequential. This commit also reduces some overhead of lecterns in block updating as we are able to utilize our own maps to reduce object boxing and removing the function of Map#compute of trying to re-insert a value.
2021-09-09 21:33:48 -04:00
..
main Introduce specialized maps for block state operations 2021-09-09 21:33:48 -04:00
test/java/org/geysermc/connector Introduce specialized maps for block state operations 2021-09-09 21:33:48 -04:00