paulkernfeld / contiguous-data-in-rust
An opinionated guide that tries to help you choose the best way to store contiguous data in Rust
☆120Updated 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
- Graph the number of crates that depend on your crate over time☆236Updated 2 weeks ago
- Async synchronization primitives☆263Updated 2 months ago
- a lock-free concurrent slab (experimental)☆280Updated 2 months ago
- A simple wrapper around filesystem operations to provide more helpful error messages.☆141Updated 2 months ago
- A command line tool for comparing benchmarks run by Criterion.☆232Updated 5 months ago
- A lightweight version of pin-project written with declarative macros.☆239Updated 2 weeks ago
- Cargo extension for running Criterion.rs benchmarks☆194Updated 8 months ago
- A fast and flexible LRU map.☆177Updated 2 months ago
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆259Updated 3 months ago
- Inter-event timing metrics on top of tracing.☆116Updated last year
- A replacement of the #[test] attribute that initializes logging and/or tracing infrastructure before running tests.☆132Updated last month
- generators☆205Updated last year
- ☆267Updated last month
- Statically-checked alternatives to RefCell and RwLock☆368Updated 9 months ago
- Struct fields that are made read-only accessible to other modules☆235Updated 2 weeks ago
- Conditional compilation according to rustc compiler version☆350Updated 2 weeks ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆156Updated 2 weeks ago
- Concurrently Readable Data Structures for Rust☆351Updated this week
- Utility wrapper to send non send types to other threads safely☆174Updated last year
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆120Updated 9 months ago
- ☆176Updated 2 weeks ago
- Rust microbenchmarking harness based on paired-testing methodology☆85Updated 2 months ago
- Reflection via DWARF.☆297Updated 2 years ago
- Performant time measuring in Rust☆186Updated last year
- Super-fast float parser in Rust (now part of Rust core)☆273Updated 2 years ago
- The feature-rich, portable async channel library☆251Updated 2 years ago
- Copy-on-write string utilities for Rust☆158Updated 11 months ago
- Compatibility adapter between tokio and futures☆167Updated 2 weeks ago
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆294Updated 2 years ago
- Recipes for avoiding bounds checks in Rust, without unsafe!☆109Updated 2 years ago