paulkernfeld / contiguous-data-in-rustLinks
An opinionated guide that tries to help you choose the best way to store contiguous data in Rust
☆124Updated 5 years ago
Alternatives and similar repositories for contiguous-data-in-rust
Users that are interested in contiguous-data-in-rust are comparing it to the libraries listed below
Sorting:
- Cargo extension for running Criterion.rs benchmarks☆202Updated 3 months ago
- Reflection via DWARF.☆297Updated 2 years ago
- Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent Ha…☆243Updated 2 months ago
- Parallel iterator processing library for Rust☆103Updated 2 years ago
- The cost of Rust async/await☆131Updated 2 years ago
- a lock-free concurrent slab (experimental)☆292Updated 8 months ago
- Graph the number of crates that depend on your crate over time☆251Updated this week
- Concurrently Readable Data Structures for Rust☆359Updated last month
- Recipes for avoiding bounds checks in Rust, without unsafe!☆116Updated 2 years ago
- ☆266Updated 3 months ago
- Experiments with structured concurrency in Rust☆382Updated last year
- A simple wrapper around filesystem operations to provide more helpful error messages.☆151Updated 2 months ago
- Safe, fallible, embedded-friendly ordered set/map via a scapegoat tree. Validated against BTreeSet/BTreeMap.☆262Updated 3 years ago
- Support crate for rustc's self-profiling feature☆367Updated last month
- Easy function multiversioning for Rust☆234Updated 8 months ago
- A fast, non-secure, hashing algorithm derived from an internal hasher in FireFox.☆268Updated last year
- A fast intrusive flamegraph☆235Updated 3 years ago
- A command line tool for comparing benchmarks run by Criterion.☆251Updated 11 months ago
- Map data structure whose keys are stored as ranges☆94Updated last month
- A Rust macro to determine if a type implements a logical trait expression☆259Updated 5 years ago
- Allocation-free data structures that make do with the memory they're given☆144Updated 3 years ago
- A data structure to efficiently intern, cache and restore strings.☆203Updated last week
- Rust microbenchmarking harness based on paired-testing methodology☆136Updated this week
- ☆293Updated last month
- Statically-checked alternatives to RefCell and RwLock☆370Updated last year
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆270Updated this week
- Append-only collections for Rust where borrows to entries can outlive insertions☆255Updated last month
- A lightweight version of pin-project written with declarative macros.☆253Updated 3 weeks ago
- Utility wrapper to send non send types to other threads safely☆185Updated 5 months ago
- Async synchronization primitives☆270Updated 2 weeks ago