asajeffrey / shared-dataLinks
A Rust library for data structures living in shared memory.
☆12Updated 5 years ago
Alternatives and similar repositories for shared-data
Users that are interested in shared-data are comparing it to the libraries listed below
Sorting:
- ☆53Updated 5 years ago
- Crunchy unroller - deterministically unroll constant loops☆40Updated 3 weeks ago
- A safe-guarded transmute for Rust☆39Updated last year
- Wrapper around generic-array that adds efficient numeric trait implementations☆64Updated last year
- A crate that exposes some SIMD functionality on nightly Rust; to be obsoleted by stdsimd☆82Updated last year
- Implementation of triple buffering in Rust☆89Updated last month
- Arena allocator and a handful of useful data structures☆41Updated 5 years ago
- A splay tree implementation written in Rust☆26Updated 6 years ago
- This crate demonstrates an approach to including KaTeX in Rust docs☆28Updated 6 years ago
- A collection of custom allocators☆44Updated 8 years ago
- An intrusive splay tree implementation that is no-std compatible and free from allocation and moves☆67Updated 2 months ago
- Hazard pointer based concurrent memory reclamation for Rust.☆30Updated 5 years ago
- ☆31Updated 5 years ago
- A sanity checker for global allocations in Rust☆51Updated 3 months ago
- Composable, lock-free, allocation-light data structures☆60Updated 7 years ago
- Cast between dynamic trait objects☆32Updated 5 years ago
- Dynamically query a type-erased object for any trait implementation☆65Updated 2 years ago
- An implementation of Kensler's hashed permutation algorithm☆16Updated 5 months ago
- Tutorial and demo of rust compiler replacement tooling☆56Updated 4 years ago
- A growable bit-vector for Rust, optimized for size☆42Updated 5 months ago
- A perf script for helping to answer queries about how much time a given function occupies, where it is called from, and so forth.☆39Updated 7 years ago
- ☆63Updated 8 years ago
- Rust library to program hardware performance counter.☆53Updated 2 years ago
- А procedural macro useful for testing/fuzzing stateful models against a semantically equivalent but obviously correct implementation☆85Updated 2 years ago
- Portable high-level bitwise manipulation algorithms☆50Updated 3 years ago
- ☆23Updated 6 years ago
- Cache & In-Memory optimizations for Rust, revived from the slabs of Sumer.☆30Updated 5 years ago
- A tiny library to efficiently search strings for sets of ASCII characters and byte slices for sets of bytes.☆114Updated 11 months ago
- Modular register allocator algorithms☆106Updated 2 years ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆86Updated 2 weeks ago