Diggsey / ijson
More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.
☆134Updated 3 months ago
Alternatives and similar repositories for ijson:
Users that are interested in ijson are comparing it to the libraries listed below
- A token-based rate limiter based on the leaky bucket algorithm.☆105Updated this week
- Safe, zero-cost downcasting for limited compile-time specialization.☆156Updated 2 weeks ago
- Serialize and deserialize C-like enum as underlying repr☆237Updated 2 weeks ago
- ☆203Updated 2 months ago
- Async broadcast channels☆174Updated 2 months ago
- A fast and flexible LRU map.☆177Updated 2 months ago
- Oneshot Rust channel working both in and between sync and async environments☆86Updated 3 weeks ago
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆160Updated 2 weeks ago
- A simple wrapper around filesystem operations to provide more helpful error messages.☆140Updated last month
- A scope for async_std and tokio to spawn non-static futures☆126Updated 9 months ago
- Mix async code with CPU-heavy thread pools using Tokio + Rayon☆137Updated 2 years ago
- Pull in every source file in a directory as a module☆169Updated 2 weeks ago
- Async synchronization primitives☆263Updated 2 months ago
- RcLite: small, fast, and memory-friendly reference counting for Rust☆180Updated last year
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆150Updated last year
- Inter-event timing metrics on top of tracing.☆116Updated last year
- Extract documentation for the feature flags from comments in Cargo.toml☆177Updated last month
- Graceful shutdown util for Rust projects using the Tokio Async runtime.☆132Updated 5 months ago
- Variant of Rust's std::Arc that supports atomic replacement of the value.☆81Updated this week
- ☆115Updated last week
- Type that deserializes only from one specific value☆231Updated 2 weeks ago
- Asynchronous HTTP body trait☆136Updated last week
- A implementation of convenience integrations between tokio and tower☆128Updated last year
- Check if tables and items in a .toml file are lexically sorted☆227Updated 2 months ago
- Common utilities used with hyper.☆139Updated 2 weeks ago
- Fork of std::Arc with lots of utilities useful for FFI☆228Updated last month
- A lightweight version of pin-project written with declarative macros.☆239Updated last week
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆118Updated 5 months ago
- A pure Rust reimplementation of libc functions localtime, gmtime and mktime.☆167Updated 5 months ago
- Struct fields that are made read-only accessible to other modules☆235Updated 2 weeks ago