fasterthanlime / stringsearchLinks
Collection of techniques for (binary) string searching
☆24Updated 5 years ago
Alternatives and similar repositories for stringsearch
Users that are interested in stringsearch are comparing it to the libraries listed below
Sorting:
- A sanity checker for global allocations in Rust☆51Updated this week
- Rust crate to use process file descriptors (pidfd) for Linux☆50Updated 3 months ago
- scraps of a potential language☆38Updated 4 years ago
- adaptive algorithms for rayon☆39Updated 5 years ago
- ☆27Updated 2 years ago
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆38Updated last year
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 5 months ago
- Derive macro for generating arrays from struct fields.☆20Updated 2 years ago
- Run a process on a particular subset of the available hardware.☆36Updated 5 years ago
- To futures-lite as futures-lite is to futures: smaller.☆54Updated 9 months ago
- Trait generalization of the fundamental types☆45Updated last year
- ☆47Updated 4 years ago
- [DEPRECATED] Prevent false sharing by padding and aligning to the length of a cache line☆51Updated 2 years ago
- Portable Bitwise Manipulation Intrinsics☆46Updated last year
- Rust library providing `Zc` for self-referential zero-copy structures☆41Updated 4 years ago
- A fast, small, full-featured, no-std compatible oneshot channel☆60Updated last year
- Local-affinity first NUMA-aware allocator with optional fallback.☆28Updated 4 years ago
- A growable bit-vector for Rust, optimized for size☆42Updated 7 months ago
- An intrusive splay tree implementation that is no-std compatible and free from allocation and moves☆67Updated 4 months ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- ☆36Updated last year
- A safe-guarded transmute for Rust☆39Updated last year
- Light references to trait objects by embedding the virtual table pointer in the struct☆25Updated last year
- Implementation of triple buffering in Rust☆89Updated 3 weeks ago
- ☆60Updated 3 weeks ago
- A sorted array with O(lg n) access and O(√n) inserts and deletes☆60Updated last year
- Cargo dephell analyzes the third-party dependencies of a Rust workspace☆48Updated 2 years ago
- Composable, lock-free, allocation-light data structures☆60Updated 7 years ago
- SIMD Floating point and integer compressed vector library☆80Updated last year
- PEG parser generator built on top of nom☆70Updated 6 years ago