Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages