simd-json
jsoniter
simd-json | jsoniter | |
---|---|---|
8 | 3 | |
1,192 | 1,514 | |
1.1% | 0.2% | |
8.5 | 0.0 | |
8 days ago | 12 months ago | |
Rust | Java | |
Apache License 2.0 | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
simd-json
- Scan HTML even faster with SIMD instructions (C++ and C#)
- fn please_compile_with_a_simd_compatible_cpu_setting_read_the_simdjsonrs_readme() -> ! {}
-
json-deserializer 0.1 released
Are you aware of https://github.com/simd-lite/simd-json ?
-
I'm a veteran C++ programmer, what can Rust offer me?
Have you checked simd-json? It is a rust port of simdjson from C++, trying to use simd to speedup json parsing.
- Parsing Gigabytes of JSON per Second
-
How to manually implement the fatest json deserilizer
Simd-json is almost certainly slower than serde_json for this use case. See simd-lite/simd-json#198. "simd = fast" is an inaccurate simplification.
-
Announcing Rustup 1.24.2 | Rust Blog
Thanks! That means we can get rid of kludges like this one in our CI builds.
jsoniter
-
The state of Java Object Serialization libraries in Q2 2023
What about jsoniter?
-
Why is json logging the “standard”?
If JSON decoding ever becomes a bottleneck, use https://jsoniter.com/ . Even fhe drop-in replacement API is faster than the stdlib. If you need absolute insane performance, use the streaming API.
-
Parsing Gigabytes of JSON per Second
Protobuf parsing is slower than an optimized json library, e.g. https://jsoniter.com/
What are some alternatives?
rust_minifb - Cross platfrom window and framebuffer crate for Rust
Jackson - Core part of Jackson that defines Streaming API as well as basic shared abstractions
eventually-rs - Event Sourcing for Rust
Gson - A Java serialization/deserialization library to convert Java Objects into JSON and back
cbor-java - Java implementation of RFC 7049: Concise Binary Object Representation (CBOR)
Moshi - A modern JSON library for Kotlin and Java.
glam-rs - A simple and fast linear algebra library for games and graphics
Jackson-datatype-money - Extension module to properly support datatypes of javax.money
json-benchmark - nativejson-benchmark in Rust
simdjson - Parsing gigabytes of JSON per second : used by Facebook/Meta Velox, the Node.js runtime, ClickHouse, WatermelonDB, Apache Doris, Milvus, StarRocks
pronto - Protobuf ORM
HikariJSON - High-performance JSON parser