jsmn icon indicating copy to clipboard operation
jsmn copied to clipboard

Not the fastest anymore

Open yhafri opened this issue 5 years ago • 3 comments

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

yhafri avatar Aug 20 '19 09:08 yhafri

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

pt300 avatar Aug 20 '19 10:08 pt300

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.

someburner avatar Aug 20 '19 19:08 someburner

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

bl-ue avatar Jun 24 '21 14:06 bl-ue