rmitsuboshi / miniboostsLinks
A collection of boosting algorithms written in Rust 🦀
☆57Updated 8 months ago
Alternatives and similar repositories for miniboosts
Users that are interested in miniboosts are comparing it to the libraries listed below
Sorting:
- Parallelo Parallel Library (PPL) is a small parallel framework that brings Structured Parallel Programming in Rust.☆79Updated 4 months ago
- A cross-platform and safe Rust API to create and manage memory mappings in the virtual address space of the calling process.☆70Updated 4 months ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆117Updated 11 months ago
- A simple, fast, thread-safe and lock-free implementation of LRU (Least Recently Used) caching in Rust☆53Updated 11 months ago
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 3 years ago
- ResNet implementation with Burn☆37Updated last year
- Zero-cost type for stack without complicated type or Box☆45Updated 8 months ago
- A buffering MPSC queue.☆85Updated 2 months ago
- This is a Rust implementation for popular caches (support no_std).☆113Updated last year
- Open a scope and then freeze it in time for future access.☆108Updated last year
- Flat message buffers with direct mapping to Rust types without packing/unpacking☆107Updated 4 months ago
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆153Updated last year
- An extremely fast, high-quality, non-cryptographic hash function. Platform independent compile-time and run-time hashing in rust.☆193Updated last week
- An alternative rust async runtime.☆59Updated last month
- 🦕 Add dyn compatible variant to your async trait!☆72Updated 4 months ago
- Faster implementations of standard library operations like find, filter, position etc.☆179Updated 11 months ago
- A faster Arc.☆80Updated last year
- A trait + derive to recursively compute / print the memory usage of a data structure.☆40Updated last week
- A simplified example in Rust of training a neural network and then using it based on the Candle Framework by Hugging Face.☆40Updated 2 years ago
- A high-performance SPSC bounded circular buffer of bytes☆51Updated 3 weeks ago
- Blazingly Fast Pseudo Random Number Generator written in Rust☆22Updated last year
- An atomically updatable Arc for lock-free concurrency.☆189Updated 2 months ago
- Graceful shutdown util for Rust projects using the Tokio Async runtime.☆143Updated last year
- cargo-add command to make dependencies into dylibs☆105Updated 3 years ago
- Prevent stack overflow in deeply recursive functions with automatic stack management.☆69Updated 2 months ago
- Object Pool LockFree in Rust☆49Updated 4 months ago
- Lending iterators on stable Rust☆83Updated 2 years ago
- Port of bbolt in Rust☆67Updated last year
- A Rust Vector which swaps to disk based on given parameters☆45Updated 2 years ago
- Perfect hashing for an imperfect world☆96Updated 4 months ago