frankmcsherry / recyclerLinks
A small Rust library for recycling types with owned memory
☆33Updated 9 years ago
Alternatives and similar repositories for recycler
Users that are interested in recycler are comparing it to the libraries listed below
Sorting:
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- A pool of reusable values☆51Updated 5 years ago
- a distributed-merge capable database for many small objects☆78Updated 5 years ago
- Access File System operations off-thread, using a Futures.☆69Updated 6 years ago
- Judy array implementation in pure Rust☆88Updated 8 years ago
- Tiny RPC framework for Rust☆33Updated 9 years ago
- Rust library providing a counter-based thread barrier☆56Updated 6 years ago
- A zero-allocation ring buffer for storing text logs, implemented in Rust☆51Updated 2 years ago
- A modern asynchronous HTTP server for Rust.☆63Updated 8 years ago
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 3 years ago
- A drop-in replacement for Rust's std::BufReader, with extra features☆40Updated 2 years ago
- I/O and binary data encoding for Rust☆39Updated 10 years ago
- A fast map for when one doesn't care about choosing the keys.☆27Updated 10 months ago
- ☆40Updated 6 years ago
- A Rust implementation of the PCG PRNG.☆24Updated 8 years ago
- Scary macros for serde_json☆43Updated 9 years ago
- A tiny library to efficiently search strings for sets of ASCII characters and byte slices for sets of bytes.☆114Updated last year
- Rust MetroHash☆52Updated 9 months ago
- Concurrent work-stealing deque☆47Updated 6 years ago
- Atomic ring buffer is a fixed-size multi-producer multi-consumer queue that works on bare-metal systems.☆49Updated 7 years ago
- Initial rallying point for ideas and PRs around solving discoverability of Rust crates for production use.☆29Updated 8 years ago
- Lint to disallow the moving of marked types in Rust☆35Updated 9 years ago
- Type-Safe, Lazily Evaluated, Plugins for Extensible Types☆29Updated 8 years ago
- A reader-writer lock that can be used with a Condvar.☆29Updated 9 years ago
- ☆53Updated 5 years ago
- Rust wrappers around references, boxes and Arcs.☆69Updated 3 years ago
- Dynamically query a type-erased object for any trait implementation☆67Updated 2 years ago
- A Macros 1.1 implementation of https://crates.io/crates/error-chain☆19Updated 3 years ago
- A work-stealing fork-join threadpool written in Rust.☆86Updated 8 years ago
- Portable WebAssembly implementation intended to run everywhere☆80Updated 7 years ago