paulkernfeld / contiguous-data-in-rustLinks
An opinionated guide that tries to help you choose the best way to store contiguous data in Rust
☆123Updated 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
Sorting:
- Cargo extension for running Criterion.rs benchmarks☆202Updated last month
- A simple wrapper around filesystem operations to provide more helpful error messages.☆148Updated last month
- The cost of Rust async/await☆130Updated 2 years ago
- Diff library with semantic cleanup, based on Google's diff-match-patch☆217Updated last month
- Reflection via DWARF.☆297Updated 2 years ago
- Experiments with structured concurrency in Rust☆372Updated 11 months ago
- Easy code duplicate with substitution for Rust☆244Updated 10 months ago
- Statically-checked alternatives to RefCell and RwLock☆369Updated last year
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆269Updated 3 months ago
- Concurrently Readable Data Structures for Rust☆359Updated last week
- Structured concurrency operations for async Rust☆459Updated 5 months ago
- Graph the number of crates that depend on your crate over time☆251Updated last month
- Copy-on-write string utilities for Rust☆158Updated last year
- high-speed timing library in Rust☆346Updated last month
- Parallel iterator processing library for Rust☆103Updated last year
- Rust microbenchmarking harness based on paired-testing methodology☆126Updated 2 months ago
- A super powered testing macro for Rust☆120Updated 4 months ago
- Comparison of Rust string types☆151Updated 3 weeks ago
- Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent Ha…☆237Updated 3 weeks ago
- a lock-free concurrent slab (experimental)☆291Updated 6 months ago
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆122Updated 9 months ago
- A thread pool for isolating blocking I/O in async programs☆361Updated last week
- This is a Rust implementation for popular caches (support no_std).☆111Updated 5 months ago
- Utility wrapper to send non send types to other threads safely☆183Updated 3 months ago
- An allocator that can track and limit memory usage.☆212Updated 2 years ago
- A flexible, simple to use, immutable, clone-efficient String replacement for Rust☆152Updated 11 months ago
- A fast intrusive flamegraph☆236Updated 3 years ago
- The feature-rich, portable async channel library☆259Updated 2 years ago
- Oneshot Rust channel working both in and between sync and async environments☆88Updated 4 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆166Updated 3 weeks ago