aboutsummaryrefslogtreecommitdiff
path: root/azalea-nbt/benches
AgeCommit message (Expand)Author
2023-05-03Inventory (#48)mat
2023-03-24random nbt improvementsmat
2023-03-23simd number arraysmat
2023-03-23nbt lookup optimizationmat
2023-03-23polish nbt a bitmat
2023-03-23rename Tag to Nbtmat
2023-03-23make encode not a Result and small optimizationsmat
2023-03-22binary search mapmat
2023-03-22rename benchmarksmat
2023-03-22improve comparison benchmarkmat
2023-03-22make nbt code more readable and add comparison benchmarkmat
2022-10-07Replace impl Read with Cursor<&[u8]> (#26)mat
2022-09-14re-enable nbt benchesUbuntu
2022-08-24optimize nbt bytearraymat
2022-05-01Re-enable NBT decoding benchmarkmat
2022-05-01Reduce usage of AsyncReadmat
2022-04-24fix warnings in azalea-nbtmat
2022-04-22maybe optimizationmat
2022-04-22inline reading in nbt decodingmat
2022-04-22simplify nbt list optimizationmat
2022-04-22remove irrelevant commentmat
2022-04-22fix nbt decode benchmarkmat
2022-04-22simplify error handlingmat
2021-12-25ok i give up remove the async benchmarksmat
2021-12-20start adding nbt to the protocolmat
2021-12-20add more tests and benchmarks for nbtmat
2021-12-20slight nbt optimizationsmat
2021-12-19make read_string its own functionmat
2021-12-19::with_capacity instead of ::new for vecs in nbtmat
2021-12-19nbt testsmat