chadaustin / sajson

Lightweight, extremely high-performance JSON parser for C++11
MIT License
562 stars 42 forks source link

add incremental memory growth #9

Closed chadaustin closed 7 years ago

chadaustin commented 8 years ago

Right now sajson allocates an upper bound memory usage. That's rarely needed. Add an option to allow memory growth.

chadaustin commented 7 years ago

Done in ac33c2c7ec3b275916f246a1a7e72e9849debaa6