timo / json_fast

a naive imperative json parser in perl6, to evaluate performance against JSON::Tiny
Artistic License 2.0
27 stars 20 forks source link

Refactor to-json completely #58

Closed lizmat closed 5 years ago

lizmat commented 5 years ago

Made a data structure, that was the result of a 5MB unpretty JSON string, convert to JSON again, go from ~10 seconds to ~6 seconds.