crossbeam-rs / crossbeam-utilsLinks
Utilities for concurrent programming
☆37Updated 7 years ago
Alternatives and similar repositories for crossbeam-utils
Users that are interested in crossbeam-utils are comparing it to the libraries listed below
Sorting:
- Concurrent work-stealing deque☆48Updated 7 years ago
- A cache that holds a limited number of key-value pairs☆84Updated 3 years ago
- Rust library providing a specialized byte slice type for performing vectored I/O operations.☆52Updated 6 years ago
- Unix signal handling for tokio☆88Updated 7 years ago
- Unix Domain Sockets for mio☆29Updated 5 years ago
- An HTTP/2.0 client and server `Service` implementation.☆88Updated 6 years ago
- An implementation of the `group_by` Haskell function for slice and strings☆54Updated 2 years ago
- Asynchronous HTTP client built on libcurl☆111Updated 7 years ago
- A simple library to send ntp requests and receive responses☆29Updated 4 years ago
- A trait to abstract over common tree functionality☆35Updated 6 years ago
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 3 years ago
- Coroutine and async/await support for tokio-based futures☆120Updated 5 years ago
- Access File System operations off-thread, using a Futures.☆69Updated 6 years ago
- Asynchronous file I/O for Tokio☆48Updated 7 months ago
- An I/O-oriented tokio runtime thread pool☆49Updated 5 years ago
- Extensions for standard networking types☆106Updated last year
- Async tracing capabilities for the log crate☆98Updated 5 years ago
- A Stream yielding inotify events, to be run on the tokio framework.☆22Updated 6 years ago
- Simple Opinionated Networking in Rust☆54Updated 5 years ago
- A simple map based on a vector for small integer keys☆68Updated last year
- Atomically updatable Arc implementation using crossbeam-epoch for memory reclamation.☆43Updated 7 years ago
- Automatic testing of FFI bindings for Rust☆122Updated 4 years ago
- Concurrent hash trie☆58Updated 5 years ago
- Asynchronous TLS/SSL streams for Tokio using Rustls.☆140Updated 11 months ago
- A thread pool for rust/tokio that can process file requests and send data to the socket with zero copy (using sendfile)☆29Updated 8 years ago
- Core functionality for handling rustc's save-analysis data☆40Updated 6 years ago
- A pool of reusable values☆51Updated 6 years ago
- Tokio doc blitz effort - A concerted effort to improve Tokio's documentation.☆52Updated 7 years ago
- [DEPRECATED] Prevent false sharing by padding and aligning to the length of a cache line☆52Updated 2 years ago
- Work-stealing thread pool for executiong futures☆41Updated 8 years ago