daggaz / json-stream

Simple streaming JSON parser and encoder.
MIT License
122 stars 18 forks source link

simple performance improvements #34

Open daggaz opened 1 year ago

daggaz commented 1 year ago

This PR in response to #32 and this SO answer.

For a simple test case like the one presented in the SO answer, this provides around about a 28% performance improvement.