PorkStudios / PorkLib

Fast, lightweight libraries for Java. Note: this is very much a work-in-progress, documentation is spotty and the API is changing constantly!
https://daporkchop.net
Other
31 stars 5 forks source link

Faster NBT #47

Closed DaMatrix closed 4 years ago

DaMatrix commented 4 years ago

Basically a rewrite of the NBT module, with a design focused on taking advantage of the newly rewritten DataIn/DataOut system and pooled arrays.

Also going to clean up the streaming NBT encoder, a streaming decoder will come once I redo the encoding module to be able to do streaming processing of arbitrary encoding formats.