sonic
JSON serializer
A high-performance JSON serialization and deserialization library optimized for just-in-time compilation and SIMD instructions.
A blazingly fast JSON serializing & deserializing library
7k stars
47 watching
348 forks
Language: Assembly
last commit: about 1 month ago
Linked from 1 awesome list
high-performancejitjsonsimd
Related projects:
Repository | Description | Stars |
---|---|---|
bytedance/sonic-cpp | A fast JSON serialization and deserialization library with SIMD acceleration | 861 |
cloudwego/sonic-rs | A fast Rust JSON parsing and serialization library | 500 |
simdjson/simdjson | A high-performance JSON parser that optimizes parsing speed and reliability. | 19,455 |
pquerna/ffjson | Generates optimized JSON serialization functions for Go structures | 2,967 |
bblanchon/arduinojson | A lightweight C++ JSON library for embedded systems and IoT devices. | 6,768 |
ibireme/yyjson | A high-performance JSON library written in ANSI C. | 3,164 |
bluelinelabs/logansquare | A JSON parsing and serialization library for Android using Jackson's streaming API | 3,204 |
zserge/jsmn | A lightweight JSON parser and tokenizer written in C. | 3,726 |
wi2l/jettison | Fast JSON encoding library for Go with configurable options and native support for standard library types. | 175 |
sinhashubham95/jsonic | A comprehensive set of utilities to handle JSON data in Go. | 11 |
stephenberry/glaze | A fast and portable JSON library for C++ that supports various features and data formats | 1,414 |
tencent/rapidjson | A fast JSON parser/generator for C++ with both SAX/DOM style API. | 14,426 |
mailru/easyjson | A JSON serialization utility for Go that generates efficient and customizable marshaler and unmarshaler functions. | 4,509 |
ijl/orjson | Fast JSON serialization and deserialization library | 6,376 |
apache/fury | A high-performance serialization framework that supports multiple languages and protocols, designed to improve data transfer and object persistence in distributed systems. | 3,133 |