home.social

#simdjson — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #simdjson, aggregated by home.social.

  1. So...today (EDIT: or yesterday?) #simdjson 4.3.0 was released!

    Yep, we're going to switch to this library for any #JSON needs.

  2. #rapidjson sounds great until you realize it's not had a release in almost 10 years at this point 😳

    Well, at least #simdjson has had a better release record, the latest release being in December 2025 👀

  3. Парсим XML и JSON на ассемблере

    Отобрал для вас несколько крайне интересных, но малоизвестных проектов, реализующих работу с XML и JSON. Кроссплатформенных и без зависимостей. На чистом С и ассемблере.

    habr.com/ru/articles/964522/

    #json #xml #nasm #assembler #c_language #simd #simdjson #freebsd

  4. is an extremely fast for .

    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 , beating it in several tests. yyjson is written in , and works on old hardware without .

    Website 🔗️: github.com/ibireme/yyjson

  5. is an extremely efficient .

    simdjson is a validating JSON parsing that uses SIMD instructions to parse input at extremely high speeds of GB/s on an average CPU. simdjson supports many reasonably recent 64 bit CPUs, including ARM. Input nodes are parsed into their optimal datatypes, allowing for full 64 bit integers and large floats.

    Website 🔗️: github.com/lemire/simdjson