paulkernfeld / contiguous-data-in-rustLinks
An opinionated guide that tries to help you choose the best way to store contiguous data in Rust
☆126Updated 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☆209Updated 7 months ago
- A simple wrapper around filesystem operations to provide more helpful error messages.☆169Updated last week
- Reflection via DWARF.☆298Updated 2 years ago
- Easy code duplicate with substitution for Rust☆250Updated last month
- Diff library with semantic cleanup, based on Google's diff-match-patch☆226Updated this week
- Utility wrapper to send non send types to other threads safely☆186Updated 8 months ago
- Concurrently Readable Data Structures for Rust☆362Updated 5 months ago
- Statically-checked alternatives to RefCell and RwLock☆384Updated 3 months ago
- The cost of Rust async/await☆132Updated 3 years ago
- A priority queue for Rust with efficient change function.☆215Updated 2 months ago
- Easy function multiversioning for Rust☆251Updated last year
- Comparison of Rust string types☆162Updated 3 weeks ago
- Fork of std::Arc with lots of utilities useful for FFI☆268Updated last month
- Inter-event timing metrics on top of tracing.☆129Updated 2 weeks ago
- A command line tool for comparing benchmarks run by Criterion.☆257Updated last year
- Migrated to Codeberg☆79Updated 2 years ago
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago
- A pure Rust reimplementation of libc functions localtime, gmtime and mktime.☆169Updated last month
- a lock-free concurrent slab (experimental)☆302Updated 11 months ago
- Async synchronization primitives☆278Updated this week
- Graph the number of crates that depend on your crate over time☆254Updated this week
- Super-fast float parser in Rust (now part of Rust core)☆285Updated 3 years ago
- Boolean-valued predicate functions in Rust☆200Updated last week
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆289Updated 3 weeks ago
- Per-object thread-local storage for Rust☆362Updated 2 months ago
- A fast intrusive flamegraph☆236Updated 3 years ago
- Parallel iterator processing library for Rust☆103Updated last month
- Safe, fallible, embedded-friendly ordered set/map via a scapegoat tree. Validated against BTreeSet/BTreeMap.☆263Updated 3 years ago
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆140Updated last year
- A lock-free, partially wait-free, eventually consistent, concurrent hashmap.☆255Updated 3 years ago