rmitsuboshi / miniboostsLinks
A collection of boosting algorithms written in Rust 🦀
☆57Updated 7 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
- ResNet implementation with Burn☆35Updated last year
- A cross-platform and safe Rust API to create and manage memory mappings in the virtual address space of the calling process.☆70Updated 3 months ago
- Flat message buffers with direct mapping to Rust types without packing/unpacking☆107Updated 3 months ago
- Open a scope and then freeze it in time for future access.☆108Updated last year
- A buffering MPSC queue.☆85Updated last month
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 3 years ago
- Zero-cost type for stack without complicated type or Box☆45Updated 7 months ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆117Updated 10 months ago
- An extremely fast, high-quality, non-cryptographic hash function. Platform independent compile-time and run-time hashing in rust.☆189Updated 3 weeks ago
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆152Updated last year
- Faster implementations of standard library operations like find, filter, position etc.☆179Updated 11 months ago
- Object Pool LockFree in Rust☆49Updated 3 months ago
- This is a Rust implementation for popular caches (support no_std).☆113Updated 11 months ago
- A Rust Vector which swaps to disk based on given parameters☆45Updated 2 years ago
- An easy-to-use recorder and viewer for high-performance traces☆41Updated 7 months ago
- Port of bbolt in Rust☆66Updated last year
- cargo-add command to make dependencies into dylibs☆104Updated 3 years ago
- A trait + derive to recursively compute / print the memory usage of a data structure.☆39Updated last week
- A simple, fast, thread-safe and lock-free implementation of LRU (Least Recently Used) caching in Rust☆53Updated 11 months ago
- Inter-process Multiple Producer, Single Consumer Channels for Rust☆70Updated last year
- 🦕 Add dyn compatible variant to your async trait!☆71Updated 4 months ago
- A concurrent, append-only vector.☆209Updated 5 months ago
- A faster Arc.☆77Updated last year
- Parallel iterator processing library for Rust☆103Updated this week
- A simple no_std, non-hashing, constant-capacity, constant-memory-usage LRU cache☆35Updated 2 years ago
- An alternative rust async runtime.☆59Updated 3 weeks ago
- Lightning fast concurrent HyperLogLog for Rust.☆44Updated 5 months ago
- Prevent stack overflow in deeply recursive functions with automatic stack management.☆66Updated 2 months ago
- A high-performance SPSC bounded circular buffer of bytes☆51Updated last week