1
0
Fork 0
mirror of https://github.com/azalea-rs/simdnbt.git synced 2025-08-02 15:36:03 +00:00

Update README.md

This commit is contained in:
mat 2023-09-03 14:17:13 -05:00 committed by GitHub
parent 0bd5b01926
commit f3529a2da6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,8 +10,9 @@ simdnbt might be the fastest nbt decoder currently in existence. however to achi
1. it requires a reference to the original data (to avoid cloning)
2. it doesn't validate/decode the mutf-8 strings at decode-time
here's a benchmark comparing simdnbt against the two other fastest nbt crates (though without actually accessing the data):
![simdnbt is ~3x faster than the second fastest nbt crate](https://github.com/mat-1/simdnbt/assets/27899617/8e69f817-f99c-4305-8447-51d63cee6108)
here's a benchmark comparing simdnbt against a few of the other fastest nbt crates (though without actually accessing the data):
![simdnbt is ~3x faster than the second fastest nbt crate](https://github.com/mat-1/simdnbt/assets/27899617/03a4f916-d162-4a23-aa1a-12f1b11dc903)
and here's a benchmark where it accesses the data and makes it owned:
![simdnbt is only about 50% faster than the second fastest in this one](https://github.com/mat-1/simdnbt/assets/27899617/9d716c39-3bff-4703-99d7-2bec91c6b205)