timo / json_fast

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

Streamline nom-ws #43

Closed lizmat closed 5 years ago

lizmat commented 5 years ago

Simplify nom-ws

Makes parsing CPAN's 'projects.json' about 2x as fast: (from 0.45 to 0.21 wallclock seconds), which is even faster than my hyper approach with JSON::Fast

timo commented 5 years ago

I like this change, thanks!