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

flattened strings optimization #32

Open lucagez opened 3 years ago

lucagez commented 3 years ago

Benchmarks to compare flattened vs unflattened string optimizations.

kurtextrem commented 3 years ago

Interesting, since: https://github.com/davidmarkclements/flatstr/issues/10. Not sure where the differences come from