distribution icon indicating copy to clipboard operation
distribution copied to clipboard

yyjson, the fastest json parser for C

Open Raimo33 opened this issue 11 months ago • 2 comments

Official package name: yyjson

License (must be an OSI approved Open Source license): MIT

Download URL of latest release: https://github.com/ibireme/yyjson/releases/tag/0.10.0

Latest release date (must be recent): Jul 9, 2024

Description: the fastest json parser in C which exploits SIMD instructions to be on par with simdjson (used by meta, nodejs etc)

Raimo33 avatar Feb 02 '25 09:02 Raimo33

i can see that you already have many: json-c, json-cpp, json-glib, cJSON, jansson. which btw are all slower

Raimo33 avatar Feb 02 '25 09:02 Raimo33

also please add the .a static library

Raimo33 avatar Feb 02 '25 10:02 Raimo33