• G
    Convert json Reader to iterators · f091a1e0
    Gary Linscott 提交于
    This is much faster for strings, and eventually when there is a
    buffered reader of some sort.
    
    Reading example.json 100 times before was around 1.18s.
    After:
    - reading from string 0.68s
    - reading from file 1.08s (extra time is all in io::Reader)
    f091a1e0
json.rs 59.1 KB