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:
parent
5cd4222969
commit
f2f64433b7
1 changed files with 4 additions and 3 deletions
|
@ -10,7 +10,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 (azalea-nbt was also made by me):
|
||||

|
||||
here's a benchmark where it only deserializes the data but keeps it as references:
|
||||

|
||||
|
||||
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.
|
||||
and here's a benchmark where it actually accesses the data and makes it owned:
|
||||

|
||||
|
|
Loading…
Add table
Reference in a new issue