paulkernfeld / contiguous-data-in-rustLinks
An opinionated guide that tries to help you choose the best way to store contiguous data in Rust
☆123Updated 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 4 months ago
- Reflection via DWARF.☆297Updated 2 years ago
- A simple wrapper around filesystem operations to provide more helpful error messages.☆151Updated 3 months ago
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago
- Inter-event timing metrics on top of tracing.☆126Updated 2 weeks ago
- Parallel iterator processing library for Rust☆103Updated 2 years ago
- Map data structure whose keys are stored as ranges☆94Updated this week
- Utility wrapper to send non send types to other threads safely☆187Updated 5 months ago
- Graph the number of crates that depend on your crate over time☆252Updated this week
- Comparison of Rust string types☆158Updated last week
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆134Updated 11 months ago
- Easy code duplicate with substitution for Rust☆249Updated last month
- Safe, fallible, embedded-friendly ordered set/map via a scapegoat tree. Validated against BTreeSet/BTreeMap.☆260Updated 3 years ago
- Statically-checked alternatives to RefCell and RwLock☆371Updated last year
- Rust microbenchmarking harness based on paired-testing methodology☆139Updated 3 weeks ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆169Updated last month
- Diff library with semantic cleanup, based on Google's diff-match-patch☆221Updated 3 weeks ago
- Async stream for Rust and the futures crate.☆187Updated last week
- Define your own PhantomData☆156Updated last week
- Demonstration of flexible function calls in Rust with function overloading, named arguments and optional arguments☆80Updated 3 years ago
- A thread pool for isolating blocking I/O in async programs☆361Updated 2 weeks ago
- Copy-on-write string utilities for Rust☆159Updated last year
- Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent Ha…☆246Updated 2 months ago
- Async synchronization primitives☆270Updated 3 weeks ago
- This guide explains how you can use "global data" in Rust☆204Updated 5 years ago
- A fast intrusive flamegraph☆235Updated 3 years ago
- Semantic wrapper for byte count representations☆145Updated this week
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆274Updated 3 weeks ago
- A Rust macro to determine if a type implements a logical trait expression☆259Updated 5 years ago
- Experiments with structured concurrency in Rust☆385Updated last year