paulkernfeld / contiguous-data-in-rust
An opinionated guide that tries to help you choose the best way to store contiguous data in Rust
☆122Updated 4 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
- Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent Ha…☆224Updated 3 months ago
- Reflection via DWARF.☆296Updated 2 years ago
- Async synchronization primitives☆267Updated last month
- Cargo extension for running Criterion.rs benchmarks☆197Updated 9 months ago
- ☆252Updated last week
- Graph the number of crates that depend on your crate over time☆238Updated this week
- A lightweight version of pin-project written with declarative macros.☆245Updated this week
- Statically-checked alternatives to RefCell and RwLock☆367Updated 10 months ago
- Type that deserializes only from one specific value☆231Updated 2 months ago
- Experiments with structured concurrency in Rust☆362Updated 9 months ago
- Easy code duplicate with substitution for Rust☆242Updated 7 months ago
- high-speed timing library in Rust☆340Updated 4 months ago
- Rust crate to time your function using derive annotations.☆85Updated 2 years ago
- A fast intrusive flamegraph☆235Updated 2 years ago
- Struct fields that are made read-only accessible to other modules☆241Updated 2 months ago
- Conditional compilation according to rustc compiler version☆351Updated 2 months ago
- A thread pool for isolating blocking I/O in async programs☆356Updated 3 months ago
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago
- Structured concurrency operations for async Rust☆447Updated 3 months ago
- Fast and safe evaluation of algebraic expressions☆286Updated last year
- Performant time measuring in Rust☆188Updated last year
- a lock-free concurrent slab (experimental)☆280Updated 4 months ago
- Super-fast float parser in Rust (now part of Rust core)☆274Updated 2 years ago
- A Rust macro to determine if a type implements a logical trait expression☆253Updated 5 years ago
- A crate to help you go wide. By which I mean use SIMD stuff.☆349Updated 2 months ago
- An allocator that can track and limit memory usage.☆208Updated 2 years ago
- Tracing layer that automatically creates and manages progress bars for active spans.☆216Updated 3 months ago
- Expanding opportunities standard library std::fs and std::io☆315Updated last year
- A simple wrapper around filesystem operations to provide more helpful error messages.☆144Updated 3 months ago
- A fast and flexible LRU map.☆181Updated 4 months ago