Geyser/connector/src/main/java/org/geysermc/connector/network/translators/world/chunk/bitarray
DaPorkchop_ 7d2745dee6
Faster chunk conversion (#1400)
* BlockStorage is never used concurrently, no need to synchronize

* initial, semi-functional, faster chunk conversion

* faster chunk conversion works well for every situation except spigot

* delete unused ChunkPosition class

* preallocate and pool chunk encoding buffers

* make it work correctly on spigot

* make field naming more consistent

* attempt to upgrade to latest MCProtocolLib

* remove debug code

* compile against my MCProtocolLib fork while i wait for my upstream PR to be accepted

* return to Steveice10 MCProtocolLib
2020-10-15 01:30:25 -05:00
..
BitArray.java Clean copyright message and update all files (#1053) 2020-07-30 15:10:15 -05:00
BitArrayVersion.java Faster chunk conversion (#1400) 2020-10-15 01:30:25 -05:00
PaddedBitArray.java Clean copyright message and update all files (#1053) 2020-07-30 15:10:15 -05:00
Pow2BitArray.java Clean copyright message and update all files (#1053) 2020-07-30 15:10:15 -05:00