georgebarwood / RustDB
Database with SQL-like language implemented in Rust
☆48Updated 5 months ago
Related projects ⓘ
Alternatives and complementary repositories for RustDB
- A global executor built on top of async-executor and smol☆74Updated 5 months ago
- Oneshot Rust channel working both in and between sync and async environments☆80Updated 3 weeks ago
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆127Updated 7 months ago
- Typed any map for rust☆64Updated 2 months ago
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated last year
- 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…☆60Updated this week
- Dead simple queue implementation for rust with async-await☆93Updated 10 months ago
- A thread pool for running multiple tasks on a configurable group of threads.☆49Updated 11 months ago
- Async networking primitives for TCP/UDP/Unix communication☆128Updated 3 weeks ago
- A map implementation that relies on fixed-size storage derived by a procedural macro☆42Updated 2 weeks ago
- It executes futures☆55Updated last year
- Data parallelism library for async-std.☆93Updated 8 months ago
- Recognizes URL patterns with support for dynamic and wildcard segments☆100Updated 2 years ago
- Simple DNS written in Rust☆55Updated 3 weeks ago
- Yaque is yet another disk-backed persistent queue for Rust.☆82Updated 7 months ago
- A lockless mpmc/mpsc to support async base on crossbeam☆48Updated last year
- Library safely exposing the io_uring API.☆54Updated last week
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆80Updated 2 years ago
- Convert closures into wakers☆43Updated 3 weeks ago
- A low-level MVCC file format for storing blobs.☆63Updated 8 months ago
- Additional utilities around the bytes crate☆18Updated 4 months ago
- Inter-process Multiple Producer, Single Consumer Channels for Rust☆51Updated 5 months ago
- cross-platform Rust API for memory mapped IO☆40Updated 6 months ago
- Progress reporting abstraction for Rust☆63Updated 3 months ago
- Distributed systems library for making communications through the network easier, while keeping minimalism and flexibility.☆34Updated 2 years ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆105Updated 9 months ago
- A concise, self-describing binary format written in Rust for Serde☆60Updated 2 months ago
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆66Updated 3 months ago
- A fast and flexible LRU map.☆170Updated 5 months ago
- A simple Redis client & RESP parser for Rust.☆40Updated last year