RoDmitry / atoi_simdLinks
Rust fast `&[u8]` to integer parser
☆52Updated 3 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☆63Updated 3 months ago
- rust bindings of snmalloc☆139Updated 4 months ago
- (lifetime) GATs on stable Rust☆59Updated last year
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆129Updated 2 months ago
- A fast and flexible LRU map.☆192Updated 7 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆168Updated 3 weeks ago
- Better reference counted strings for Rust☆134Updated last year
- Convert number to enum☆87Updated last year
- A scope for async_std and tokio to spawn non-static futures☆144Updated last year
- Fast functions for printing floating-point primitives to a decimal string☆127Updated last week
- Time and duration crate optimized for speed and API stability.☆74Updated 3 weeks ago
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆199Updated last week
- Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.☆57Updated last year
- A Vec That Has a Smaller size_of☆142Updated this week
- Object Pool LockFree in Rust☆47Updated 2 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆213Updated last week
- 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
- Trying to create Sync bump allocator☆39Updated last month
- Utilities for working with impl traits in Rust.☆112Updated 7 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆251Updated 2 months ago
- Define your own PhantomData☆156Updated last week
- Lending iterators on stable Rust☆83Updated last year
- Utility wrapper to send non send types to other threads safely☆186Updated 5 months ago
- Const TypeId and non-'static TypeId☆67Updated last week
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆170Updated 2 weeks ago
- Deadlock free mutexes☆176Updated 5 months ago
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆68Updated last year
- Library and proc macro to analyze memory usage of data structures in rust.☆162Updated this week
- A simple concurrent caching library that might fit to many use cases☆134Updated 7 months ago