RoDmitry / atoi_simdLinks
Rust fast `&[u8]` to integer parser
☆52Updated 2 months ago
Alternatives and similar repositories for atoi_simd
Users that are interested in atoi_simd are comparing it to the libraries listed below
Sorting:
- Mirror of Rust's allocator api for use on stable rust☆62Updated 2 months ago
- rust bindings of snmalloc☆137Updated 4 months ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆129Updated 2 months ago
- (lifetime) GATs on stable Rust☆59Updated last year
- Const TypeId and non-'static TypeId☆66Updated 2 months ago
- A fast and flexible LRU map.☆190Updated 7 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆210Updated this week
- Object Pool LockFree in Rust☆47Updated last month
- RcLite: small, fast, and memory-friendly reference counting for Rust☆188Updated 4 months ago
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆136Updated 8 months ago
- An on-disk hash table implementation☆124Updated 3 years ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆167Updated 3 weeks ago
- Better reference counted strings for Rust☆132Updated last year
- Utility wrapper to send non send types to other threads safely☆184Updated 4 months ago
- A Vec That Has a Smaller size_of☆142Updated 4 months ago
- Utilities for working with impl traits in Rust.☆111Updated 6 months ago
- Define your own PhantomData☆156Updated last week
- Convert number to enum☆87Updated last year
- Library and proc macro to analyze memory usage of data structures in rust.☆158Updated this week
- Time and duration crate optimized for speed and API stability.☆74Updated 2 months ago
- ☆39Updated 11 months ago
- Fast functions for printing floating-point primitives to a decimal string☆126Updated 2 months ago
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆195Updated last month
- Async synchronization primitives☆270Updated 4 months ago
- A scope for async_std and tokio to spawn non-static futures☆143Updated last year
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆166Updated last week
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆297Updated 3 weeks ago
- Threadsafe RefCell for Rust☆93Updated 4 months ago
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆160Updated last year
- Compile-time checks that an enum or match is written in sorted order☆117Updated this week