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

Using nqp::ord(at) everywhere else, why not here? #40

Closed lizmat closed 6 years ago

lizmat commented 6 years ago

Seems to have a positive effect on speed, as one sub call less for each thing

timo commented 6 years ago

Thanks!