During this Spring Festival, I created a mini framework called Ananda for faster and safer #JSON decoding in #Swift, which is based on #yyjson.
https://github.com/nixzhu/Ananda
GitHub - nixzhu/Ananda: JSON model decoding based on yyjson.

JSON model decoding based on yyjson. Contribute to nixzhu/Ananda development by creating an account on GitHub.

GitHub

#yyjson is an extremely fast #JSON #parser for #C.

yyjson parses and writes JSON data with very high throughput. yyjson uses parallel instructions on modern CPUs to greatly speed up the conversion from and to JSON. yyjson is very competetive with #simdjson, beating it in several tests. yyjson is written in #C89, and works on old hardware without #SIMD.

Website 🔗️: https://github.com/ibireme/yyjson

#free #opensource #foss #fossmendations #programming

GitHub - ibireme/yyjson: The fastest JSON library in C

The fastest JSON library in C. Contribute to ibireme/yyjson development by creating an account on GitHub.

GitHub