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
0bd5b01926
commit
f3529a2da6
1 changed files with 3 additions and 2 deletions
|
@ -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):
|
||||

|
||||
here's a benchmark comparing simdnbt against a few of the other fastest nbt crates (though without actually accessing the data):
|
||||

|
||||
|
||||
|
||||
and here's a benchmark where it accesses the data and makes it owned:
|
||||

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