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

Make hexdigits an array rather than a hash #44

Closed lizmat closed 3 years ago

lizmat commented 5 years ago

Index lookups are way faster than hash key lookups