Skip to content

rhapsodyn/rust-json-foo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust-json-foo

Simple JSON.parse in rust, as 1/3 speed of v8's JSON.parse.

Just To Learn Rust

Which means you should also use this project for learning purpose.

Some detail

  1. Parsing json in iteration way (NOT recursion)
  2. Boost by smallvec and smartstring (memory effective)

About

Simple json de-serializer in rust

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published