asajeffrey / shared-dataLinks
A Rust library for data structures living in shared memory.
☆13Updated 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:
- Implementation of triple buffering in Rust☆98Updated 3 months ago
- Wrapper around generic-array that adds efficient numeric trait implementations☆64Updated last month
- A tiny library to efficiently search strings for sets of ASCII characters and byte slices for sets of bytes.☆113Updated last year
- А procedural macro useful for testing/fuzzing stateful models against a semantically equivalent but obviously correct implementation☆86Updated 2 years ago
- Faster integer division and modulus operations☆87Updated 4 months ago
- ☆78Updated 2 years ago
- ☆53Updated 6 years ago
- ☆31Updated 5 years ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆91Updated 4 months ago
- A contiguous-in-memory double-ended queue that derefs into a slice☆155Updated 4 years ago
- Nudging the compiler to auto-vectorize things☆75Updated 2 years ago
- Safe wrapper for initializing arrays☆74Updated 2 years ago
- Composable, lock-free, allocation-light data structures☆61Updated 7 years ago
- Utilities for dealing with substructures within syn macros☆143Updated 6 months ago
- A growable bit-vector for Rust, optimized for size☆45Updated 9 months ago
- Hazard pointer based concurrent memory reclamation for Rust.☆31Updated 5 years ago
- An idiomatic and fast QP-trie implementation in pure Rust.☆102Updated last year
- Arena allocator and a handful of useful data structures☆41Updated 5 years ago
- A fast pure-rust no-unsafe implementation of LZ4 compression and decompression☆112Updated last year
- skiplist☆144Updated 3 years ago
- Spawn processes with arbitrary closures in rust☆113Updated 4 years ago
- A safe-guarded transmute for Rust☆39Updated last year
- Dynamically query a type-erased object for any trait implementation☆67Updated 3 years ago
- This crate demonstrates an approach to including KaTeX in Rust docs☆28Updated 7 years ago
- A Rust data structure for efficient lower-bound lookups☆92Updated last year
- Sound unchecked indexing using “generativity”; a type system approach to indices, pointers and ranges that are trusted to be in bounds.☆104Updated 6 years ago
- A collection of small utilities for working with pointer types in Rust.☆131Updated 10 months ago
- A collection of custom allocators☆45Updated 8 years ago
- assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!☆122Updated 3 months ago
- A crate that exposes some SIMD functionality on nightly Rust; to be obsoleted by stdsimd☆83Updated 3 months ago