1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 14:26:04 +00:00
azalea/azalea-nbt
mat ac4d675d44
NBT decoder optimizations (#17)
* replace HashMap with AHashMap

* faster read_string by just doing read_exact

* re-enable all the benchmarks
2022-08-19 14:14:08 -05:00
..
benches Re-enable NBT decoding benchmark 2022-05-01 22:53:24 -05:00
src NBT decoder optimizations (#17) 2022-08-19 14:14:08 -05:00
tests NBT decoder optimizations (#17) 2022-08-19 14:14:08 -05:00
Cargo.toml NBT decoder optimizations (#17) 2022-08-19 14:14:08 -05:00
README.md Fixes 2022-05-26 17:55:07 -05:00

Azalea NBT

A fast NBT serializer and deserializer.

TODO: serde support for fast registry_holder parsing in azalea-client