Maaarcocr / picolLinks
a small and single threaded async runtime built on top of io-uring
☆78Updated 2 years ago
Alternatives and similar repositories for picol
Users that are interested in picol are comparing it to the libraries listed below
Sorting:
- A low-level I/O ownership and borrowing library☆106Updated 4 months ago
- An updated version of linked-hash-map and friends☆137Updated last month
- Typed any map for rust☆67Updated last year
- Copy-on-write string utilities for Rust☆158Updated last year
- Asynchronous DNS lookups☆67Updated last year
- A flexible and convenient high-level mmap for zero-copy file I/O.☆117Updated 9 months ago
- Graceful shutdown util for Rust projects using the Tokio Async runtime.☆143Updated last year
- A generational arena based LRU Cache implementation in 100% safe rust.☆40Updated 3 years ago
- Zero-cost bitsets over native Rust types☆79Updated 3 weeks ago
- like thread::spawn but for processes☆159Updated 9 months ago
- Abstract over different executors☆74Updated 2 years ago
- Run closures in parallel☆115Updated 10 months ago
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- Port of bbolt in Rust☆65Updated last year
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago
- Flat message buffers with direct mapping to Rust types without packing/unpacking☆107Updated 2 months ago
- Make trait methods callable without the trait in scope☆161Updated 3 weeks ago
- A concise, self-describing binary format written in Rust for Serde☆67Updated last year
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- A futures abstraction that runs a set of futures which may complete in any order.☆91Updated 2 months ago
- A fast and flexible LRU map.☆198Updated 11 months ago
- A global executor built on top of async-executor and smol☆75Updated 4 months ago
- Web application to render a diff between Rust crate versions. Implemented in Yew, runs fully in the browser as WebAssembly.☆135Updated 5 months ago
- Async filesystem primitives☆141Updated last month
- Utilities for working with impl traits in Rust.☆118Updated 10 months ago
- Progress reporting abstraction for Rust☆65Updated last year
- A memory efficient syntax tree for language developers☆63Updated 4 months ago
- Thread parking and unparking☆79Updated 10 months ago
- Extended utilities for working with files and filesystems in Rust. This is a fork of the fs2-rs crate, the aim for this fork is to suppor…☆97Updated 3 months ago
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆69Updated last month