PaperMC/paper-server/patches/sources/net/minecraft/nbt
Spottedleaf ee1fd0844d Reduce memory footprint of CompoundTag
Fastutil maps are going to have a lower memory footprint - which
is important because we clone chunk data after reading it for safety.
So, reduce the impact of the clone on GC.
2020-04-06 17:39:25 -07:00
..
ByteArrayTag.java.patch Catch stalling on corrupted map data / NBT arrays. 2014-01-20 13:44:07 +11:00
CompoundTag.java.patch Reduce memory footprint of CompoundTag 2020-04-06 17:39:25 -07:00
IntArrayTag.java.patch Catch stalling on corrupted map data / NBT arrays. 2014-01-20 13:44:07 +11:00
NbtIo.java.patch Apply NBTReadLimiter to more things. 2014-07-27 20:46:04 +10:00
TagParser.java.patch MC Dev fixes 2016-03-30 19:36:20 -04:00