zserge / jsmn

Jsmn is a world fastest JSON parser/tokenizer. This is the official repo replacing the old one at Bitbucket
MIT License
3.66k stars 781 forks source link

Not the fastest anymore #167

Open yhafri opened 5 years ago

yhafri commented 5 years ago

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

pt300 commented 5 years ago

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

someburner commented 5 years ago

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.

bl-ue commented 3 years ago

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