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
78ae03883a
commit
32079e59d5
1 changed files with 4 additions and 0 deletions
|
@ -7,3 +7,7 @@ at the moment, simdnbt does not actually make use of simd instructions (the name
|
|||
simdnbt might be the fastest nbt decoder currently in existence. however to achieve this silly speed, it takes a couple of shortcuts:
|
||||
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):
|
||||

|
||||
Take this with a grain of salt as they're not all doing the same work.
|
||||
|
|
Loading…
Add table
Reference in a new issue