lucagez / slow-json-stringify

The slowest stringifier in the known universe. Just kidding, it's the fastest (:
https://github.com/lucagez/slow-json-stringify
MIT License
470 stars 16 forks source link

Serialization streaming support #21

Open lucagez opened 3 years ago

lucagez commented 3 years ago

It would be possible to implement streaming serialization support as a separate utility.

See https://github.com/lucagez/slow-json-stringify/issues/18#issuecomment-735701333 for more details and a reference (dummy) implementation