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

build a little benchmark suite #48

Open timo opened 6 years ago

timo commented 6 years ago

ideally we'd have a suite of benchmarks that stress different parts of the parser. for example, i would assume it'd be good to have at least one benchmark that has no strings at all in it, since the string parser is so complex.

also, benchmarks for serializing json rather than just parsing would be nice.