asayers / easybench-rsLinks
A lightweight rust benchmarking library
☆19Updated 2 years ago
Alternatives and similar repositories for easybench-rs
Users that are interested in easybench-rs are comparing it to the libraries listed below
Sorting:
- Concatenate identifiers in a macro invocation☆94Updated 3 years ago
- bencher is just a port of the libtest (unstable) benchmark runner to Rust stable releases. `cargo bench` on stable. "Not a better bencher…☆91Updated 3 years ago
- Run closures in parallel☆115Updated last year
- Dynamically query a type-erased object for any trait implementation☆67Updated 3 years ago
- Concurrent hash trie☆58Updated 5 years ago
- [DEPRECATED] Prevent false sharing by padding and aligning to the length of a cache line☆52Updated 2 years ago
- A drop-in replacement for Rust's std::BufReader, with extra features☆40Updated 3 years ago
- A simple map based on a vector for small integer keys☆68Updated last year
- ☆62Updated last year
- Small Box optimization: store small item on stack and fallback to heap for large item.☆91Updated 6 months ago
- Stack-allocated DSTs for rust (fixed capacity)☆52Updated last year
- Generate is a library for building iterators on the fly☆39Updated 4 years ago
- Asynchronous byte buffers and pipes for concurrent I/O programming.☆102Updated last month
- An implementation of the `group_by` Haskell function for slice and strings☆54Updated 2 years ago
- Thread-safe object pool with automatic return and attach/detach semantics☆82Updated 6 months ago
- A fast, small, full-featured, no-std compatible oneshot channel☆61Updated 2 years ago
- A circular buffer with fixed capacity (Rust).☆108Updated 2 years ago
- extensions to core/std library types.☆14Updated 5 months ago
- Bounded MPMC channel abstraction on top of a ring buffer☆44Updated last month
- A small ASCII-only bounded length string representation.☆61Updated 3 years ago
- ☆126Updated 3 years ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆69Updated 4 years ago
- A more flexible version of the Rust `scoped-tls` library☆19Updated last year
- A lightweight, no-std, object-safe, serialization-only framework for Rust☆101Updated 3 months ago
- Rust String type with configurable byte storage.☆36Updated last year
- Rust library providing a counter-based thread barrier☆58Updated 7 years ago
- A growable bit-vector for Rust, optimized for size☆45Updated 11 months ago
- Duplicate an async I/O handle☆41Updated last year
- Rust library for checking the installed/running rustc's version.☆53Updated last year
- Faster, more flexible and more correct alternative to core::fmt☆40Updated 5 years ago