vancouver-rs / talksLinks
Vancouver Rust Talks
☆35Updated last month
Alternatives and similar repositories for talks
Users that are interested in talks are comparing it to the libraries listed below
Sorting:
- Reports when tokio runtime threads are blocking☆66Updated last year
- Simple async reactor and executor for rust☆79Updated 6 months ago
- Utility wrapper to send non send types to other threads safely☆188Updated 6 months ago
- A rust crate that provides a space efficient 𝛿-based CRDT implementation☆110Updated this week
- A cargo subcommand that extends cargo's capabilities when it comes to code generation.☆60Updated 2 months ago
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆139Updated 10 months ago
- ☆94Updated 2 years ago
- Web application to render a diff between Rust crate versions. Implemented in Yew, runs fully in the browser as WebAssembly.☆132Updated 3 months ago
- A fast and simple in-memory key-value database 🦀☆62Updated 2 years ago
- https://ibraheem.ca/posts/too-many-web-servers/☆105Updated 2 years ago
- A load balancer with support for different middlewares and load balancing strategies, based on hyper and tokio☆77Updated 3 years ago
- Asynchronous parallel stream in Rust☆104Updated last year
- Define your own PhantomData☆158Updated 3 weeks ago
- async fn(Input) -> Result<Output, Error>☆50Updated last year
- Heph is an actor library for Rust based on asynchronous functions.☆146Updated last month
- A fast and flexible LRU map.☆193Updated 9 months ago
- A global executor built on top of async-executor and smol☆74Updated last month
- A low-level I/O ownership and borrowing library☆104Updated 2 months ago
- Zero-cost type for stack without complicated type or Box☆45Updated 4 months ago
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.☆58Updated 2 years ago
- ☆113Updated 2 years ago
- Rust interface for Linux futexes, the fast user-space locking primitive.☆90Updated last year
- Flat message buffers with direct mapping to Rust types without packing/unpacking☆107Updated 3 weeks ago
- A implementation of convenience integrations between tokio and tower☆132Updated 2 years ago
- Some internal rustc tools made accessible☆47Updated 9 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…☆60Updated last week
- A buffering MPSC queue.☆82Updated last year
- A concurrent, append-only vector.☆201Updated 2 months ago
- Variant of Rust's std::Arc that supports atomic replacement of the value.☆101Updated last month
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago