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

Fixes problem with enums (was: adds some benchmarks) #52

Closed JJ closed 4 years ago

JJ commented 5 years ago

Taken from @miloyip in nativejson_benchmark. Tested in my computer, with 2018.09, it yields:

Parsing canada.json in 2.7715249 seconds
Parsing twitter.json in 0.3393134 seconds
Parsing citm_catalog.json in 0.5445394 seconds

Refs #48

Updates to solve #31

JJ commented 5 years ago

(and it would be great if you could accept it, since we need it to go forward with Pod::Cached