standard-ai / fast_fpLinks
☆13Updated 3 years ago
Alternatives and similar repositories for fast_fp
Users that are interested in fast_fp are comparing it to the libraries listed below
Sorting:
- VecOption<T> is a specialized collection (in Rust), which is a more efficient replacement for Vec<Option<T>>.☆15Updated 6 years ago
- A lock-free async waitgroup implementation☆38Updated 3 years ago
- cross-platform Rust API for memory mapped IO☆42Updated last year
- A queue designed for buffer swapping instead of task popping☆23Updated 3 years ago
- hRPC implementation in Rust.☆24Updated 3 years ago
- Timer facilities for Rust's async story☆56Updated last year
- futures::AtomicWaker extracted into its own crate☆36Updated last week
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- #[derive(Future, Stream, Sink, AsyncRead, AsyncWrite, AsyncSeek, AsyncBufRead)] for enums.☆17Updated last week
- ☆47Updated 3 years ago
- Low To High Level Math Library for Rust☆53Updated 3 years ago
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.☆58Updated 2 years ago
- a fast async pool based on channel☆26Updated 6 months ago
- A Configuration Library for Rust Applications☆48Updated last week
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆45Updated last month
- Get a unique thread ID in Rust☆42Updated last week
- Space Efficient Pretty Printer☆17Updated 3 years ago
- A low-level I/O ownership and borrowing library☆106Updated 4 months ago
- Wait for async tasks☆13Updated 2 years ago
- Rust's missing `String` literal☆19Updated 6 years ago
- Negative trait implementations on stable Rust.☆14Updated last week
- Thread parking and unparking☆79Updated 10 months ago
- A more flexible version of the Rust `scoped-tls` library☆19Updated last year
- Rust crate for accepting general reference-like values without proliferating generics.☆37Updated 8 years ago
- Rust crate for Ok-wrapping and try blocks☆21Updated 3 years ago
- A global executor built on top of async-executor and smol☆75Updated 4 months ago
- ☆28Updated 2 years ago
- Generic Associated Types lang team initiative☆13Updated 2 years ago
- A minimal async runtime with an experimental ambition to be an portable and interoperable async runtime for Rust☆30Updated 2 years ago
- One pointer wide trait objects which are also FFI safe, allowing traits to be passed to/from and implemented by C ABI code.☆43Updated 3 years ago