conan-io / wishlist

This repo is to propose libraries, frameworks, and code in general that users would like to have in conan
MIT License
49 stars 5 forks source link

simdjson: Yet Another JSON Parser #221

Closed uilianries closed 4 years ago

uilianries commented 5 years ago

Why another JSON parser?

simdjson is popular on Github (+5k stars) and it has appeared on Github Trends.

Is it header-only (easy stuff to be packaged)? No.

https://github.com/lemire/simdjson

TkTech commented 5 years ago

@uilianries simdjson does have a single .h/.cpp amalgamation https://github.com/lemire/simdjson/tree/master/singleheader which is easy to package and is used by all the bindings.

uilianries commented 5 years ago

@TkTech Amazing! Thanks for sharing it! I gonna provide this package during this week!