index
:
azalea-drasl.git
main
Fork of azalea that adds support for authentication over Drasl/Yggdrasil.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
azalea-nbt
/
benches
Age
Commit message (
Expand
)
Author
2023-05-03
Inventory (#48)
mat
2023-03-24
random nbt improvements
mat
2023-03-23
simd number arrays
mat
2023-03-23
nbt lookup optimization
mat
2023-03-23
polish nbt a bit
mat
2023-03-23
rename Tag to Nbt
mat
2023-03-23
make encode not a Result and small optimizations
mat
2023-03-22
binary search map
mat
2023-03-22
rename benchmarks
mat
2023-03-22
improve comparison benchmark
mat
2023-03-22
make nbt code more readable and add comparison benchmark
mat
2022-10-07
Replace impl Read with Cursor<&[u8]> (#26)
mat
2022-09-14
re-enable nbt benches
Ubuntu
2022-08-24
optimize nbt bytearray
mat
2022-05-01
Re-enable NBT decoding benchmark
mat
2022-05-01
Reduce usage of AsyncRead
mat
2022-04-24
fix warnings in azalea-nbt
mat
2022-04-22
maybe optimization
mat
2022-04-22
inline reading in nbt decoding
mat
2022-04-22
simplify nbt list optimization
mat
2022-04-22
remove irrelevant comment
mat
2022-04-22
fix nbt decode benchmark
mat
2022-04-22
simplify error handling
mat
2021-12-25
ok i give up remove the async benchmarks
mat
2021-12-20
start adding nbt to the protocol
mat
2021-12-20
add more tests and benchmarks for nbt
mat
2021-12-20
slight nbt optimizations
mat
2021-12-19
make read_string its own function
mat
2021-12-19
::with_capacity instead of ::new for vecs in nbt
mat
2021-12-19
nbt tests
mat