folo-rs / foloLinks
Mechanisms for high-performance hardware-aware programming in Rust
☆24Updated 3 weeks ago
Alternatives and similar repositories for folo
Users that are interested in folo are comparing it to the libraries listed below
Sorting:
- An extremely small and fast AWS Lambda runtime with sub-5ms cold starts. Works with C and Rust. I call it "the Lambda libc runtime" becau…☆62Updated 5 months ago
- Value log implementation for key-value separated storage in safe Rust☆40Updated 2 weeks ago
- Queue futures to run concurrently, in the order they're spawned, and with global and group limits.☆64Updated this week
- A low-level MVCC file format for storing blobs.☆63Updated last year
- ☆47Updated 5 months ago
- Static analysis tool for Rust library authors to set and verify which types from other libraries are allowed to be exposed in their publi…☆56Updated 3 weeks ago
- Graceful shutdown util for Rust projects using the Tokio Async runtime.☆136Updated 8 months ago
- A hash table with strong order and fast iteration; access items by key or sequence index☆43Updated last month
- A highly customable, adaptable, runtime agnostic and WASM/WASI friendly decentralized solution for service discovery and orchestration th…☆49Updated 2 months ago
- Practically zero-overhead string interning☆39Updated 2 months ago
- File type detector☆36Updated 2 weeks ago
- Async, lock-free synchronization primitives for task wakeup☆45Updated 8 months ago
- TonboLite: Analysis-ready SQLite using Tonbo☆43Updated 2 months ago
- A generic abstraction of paginated APIs☆60Updated last year
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- Simple bit-level protocol definitions in Rust.☆22Updated 2 weeks ago
- Reports when tokio runtime threads are blocking☆64Updated 8 months ago
- A better metrics crate☆31Updated 3 months ago
- A cargo subcommand that extends cargo's capabilities when it comes to code generation.☆57Updated 6 months ago
- A global executor built on top of async-executor and smol☆74Updated 2 months ago
- Thin immutable zero-copy byte slice☆42Updated 3 weeks ago
- Calculate the next timestamp matching a given crontab pattern☆56Updated last month
- This crate implements runtime-agnostic driver for async timers and scheduled tasks.☆43Updated 3 weeks ago
- Benchmarking library for stable Rust☆36Updated last month
- A high-performance SPSC bounded circular buffer of bytes☆47Updated last month
- Wait for a collection of async tasks to finish.☆34Updated 9 months ago
- Serde serializer for generating Starlark build targets☆66Updated 2 weeks ago
- A fast runtime-agnostic object pool for async rust.☆33Updated last week
- a fast async pool based on channel