aboutsummaryrefslogtreecommitdiff
path: root/azalea-nbt/src/encode.rs
AgeCommit message (Collapse)Author
2022-08-24use unsigned integers for nbt lengthsmat
probably not an optimization, just makes more sense
2022-08-24optimize nbt bytearraymat
2022-08-19NBT decoder optimizations (#17)mat
* replace HashMap with AHashMap * faster read_string by just doing read_exact * re-enable all the benchmarks
2022-06-23switch things to use azalea-bufmat
2022-06-23azalea-bufmat
2022-05-03clippymat
2022-04-24fix writing wrong ids in nbtmat
2022-04-24remove an unused thing from dependenciesmat
2022-04-23Vec<Tag> to [Tag]Ubuntu
2022-04-23clean up some codeUbuntu
2022-04-22vroom vroommat
2022-04-22maybe optimizationmat
2022-04-22simplify nbt list optimizationmat
2022-04-22nbt optimizationsmat
2022-04-22remove some useless codemat
2022-04-22simplify error handlingmat
2021-12-20slight nbt optimizationsmat
2021-12-19make write_string its own functionmat
2021-12-19nbt testsmat
2021-12-18nbtmat
2021-12-18reading nbtmat