shenek / streamson

Memory efficient handling of large JSON data.
MIT License
4 stars 0 forks source link

Streaming handlers #143

Closed shenek closed 3 years ago

shenek commented 3 years ago

Right now handlers receive the full matched data in a buffer. In order to reduce memory footprint it could be wise to make this optional. And pass only a parts of buffers to streamer.

There also might be some changes regarding data buffering in the future: