ashvardanian / fork_unionLinks
Low(est?)-latency OpenMP-style minimalistic scoped thread-pool designed for 'Fork-Join' parallelism in Rust and C++, avoiding memory allocations, mutexes, CAS-primitives, and false-sharing on the hot path 🍴
☆74Updated this week
Alternatives and similar repositories for fork_union
Users that are interested in fork_union are comparing it to the libraries listed below
Sorting:
- Parallel processing with disjoint indices in Rust☆90Updated last month
- Succinct data structures using very efficient rank and select☆119Updated 3 weeks ago
- Rust libraries and programs focused on succinct data structures☆140Updated last week
- Recipes for avoiding bounds checks in Rust, without unsafe!☆114Updated 2 years ago
- Rust implementation of the FastLanes compression library☆106Updated 3 weeks ago
- Autogenerated Bytewise SIMD-Optimized Look-Up Tables☆34Updated last year
- SIMD base64 codecs☆83Updated last year
- A C++/Rust interop tool☆297Updated last week
- An ε-copy serialization/deserialization framework for Rust☆148Updated last week
- A Rust implementation of the Quad Wavelet Tree☆41Updated last month
- SIMD Floating point and integer compressed vector library☆80Updated last year
- A collection of boosting algorithms written in Rust 🦀