SUPERCILEX / stack-bufferLinks
Stack buffer provides alternatives to Buf{Reader,Writer} allocated on the stack instead of the heap.
☆14Updated 3 years ago
Alternatives and similar repositories for stack-buffer
Users that are interested in stack-buffer are comparing it to the libraries listed below
Sorting:
- cross-platform Rust API for memory mapped IO☆42Updated last year
- Efficient byte-stream pipe buffer☆44Updated last year
- Asynchronize blocking operation.☆26Updated 3 years ago
- A simple and convenient way to bundle owned data with a borrowing type.☆28Updated 3 years ago
- A generational arena based LRU Cache implementation in 100% safe rust.☆40Updated 3 years ago
- A thread pool for running multiple tasks on a configurable group of threads.☆51Updated 2 years ago
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆46Updated last month
- Find out what platform your code is running on from Rust☆33Updated 3 years ago
- A concise, self-describing binary format written in Rust for Serde☆67Updated last year
- Asynchronous pipelines of contiguous data, for rust.☆17Updated 2 years ago
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆39Updated 2 years ago
- Distributed systems library for making communications through the network easier, while keeping minimalism and flexibility.☆35Updated 3 years ago
- Hitori is a generic regular expressions library.☆54Updated 2 years ago
- Use winit like the async runtime you've always wanted☆50Updated last year
- Unbuffered and unlocked I/O streams☆45Updated 10 months ago
- Derive macro for encoding/decoding instructions and operands as bytecode☆15Updated 3 years ago
- A Vec-like collection which guarantees stable indices and features O(1) deletion of elements☆21Updated last year
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆36Updated last year
- A crate for compile-time duck typing and reflection of structs☆16Updated 3 years ago
- Obsessively tiny error derive macro☆87Updated 11 months ago
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated 3 months ago
- SIMD-optimized B+ Tree implementation that uses integer keys☆88Updated 6 months ago
- One pointer wide trait objects which are also FFI safe, allowing traits to be passed to/from and implemented by C ABI code.☆43Updated 3 years ago
- 🎙 Architect TUI and text user output for multiple output destinations using events, in Rust.☆33Updated last month
- Write simple proc-macros inline with other source code.☆20Updated last year
- Simple and fast async channels☆18Updated last year
- A Rustified OpenCL Experience☆46Updated 2 years ago
- Build and evaluate binary expression trees☆37Updated last year
- 🗑 async-dropper is probably the least-worst ad-hoc AysncDrop implementation you've seen so far.☆51Updated last year
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 4 years ago