zserge / jsmn

Jsmn is a world fastest JSON parser/tokenizer. This is the official repo replacing the old one at Bitbucket

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not the fastest anymore

yhafri opened this issue · comments

Please check the benchmark at https://github.com/lemire/simdjson

commented

Interesting project. I'm curious how the tests were done tho.

I feel jsmn is targeted towards constrained platforms. simdjson requires a CPU with SIMD to achieve that performance. But it is a good point that the tagline at the top of the repo could probably better reflect what jsmn is good for: small, low memory footprint, can run on just about anything.

commented

(@yhafri that link is broken, see https://github.com/simdjson/simdjson instead)