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-08-27 02:55:07 -05:00 committed by GitHub
parent a64f731945
commit df5abb63b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,8 @@ 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 with the two other fastest nbt crates (one of which was also made by me):
![simdnbt is ~3x faster than the second fastest nbt crate](https://github.com/mat-1/simdnbt/assets/27899617/4800c672-2800-4b7d-a56a-dcd57d70f094)
here's a benchmark with the two other fastest nbt crates (azalea-nbt was also made by me):
![simdnbt is ~3x faster than the second fastest nbt crate](https://github.com/mat-1/simdnbt/assets/27899617/4c252b98-628c-4d81-92cd-3c8e1a7bd023)
take this with a grain of salt as they're not all doing the same work. regardless, you can still see it's very fast.