Simple JSON.parse in rust, as 1/3 speed of v8's JSON.parse.
Which means you should also use this project for learning purpose.
- Parsing json in
iteration way(NOT recursion) - Boost by
smallvecandsmartstring(memory effective)
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Simple JSON.parse in rust, as 1/3 speed of v8's JSON.parse.
Which means you should also use this project for learning purpose.
iteration way (NOT recursion)smallvec and smartstring (memory effective)