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.☆78Updated 3 months ago
- ResNet implementation with Burn☆36Updated 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 2 months ago
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆152Updated last year
- A flexible and convenient high-level mmap for zero-copy file I/O.☆117Updated 10 months ago
- Flat message buffers with direct mapping to Rust types without packing/unpacking☆107Updated 3 months ago
- A simple, fast, thread-safe and lock-free implementation of LRU (Least Recently Used) caching in Rust☆52Updated 10 months ago
- A trait + derive to recursively compute / print the memory usage of a data structure.☆37Updated last month
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- An extremely fast, high-quality, non-cryptographic hash function. Platform independent compile-time and run-time hashing in rust.☆185Updated this week
- A concurrent, append-only vector.☆207Updated 4 months ago
- A faster Arc.☆76Updated last year
- cargo-add command to make dependencies into dylibs☆104Updated 3 years ago
- Prevent stack overflow in deeply recursive functions with automatic stack management.☆65Updated last month
- Utilities for working with shared slices of memory☆82Updated 5 months ago
- Object Pool LockFree in Rust☆49Updated 2 months ago
- Graceful shutdown util for Rust projects using the Tokio Async runtime.☆143Updated last year
- Zero-cost type for stack without complicated type or Box☆45Updated 6 months ago
- A tool to generate ergonomic, buffer-based C++ APIs.☆48Updated last week
- Open a scope and then freeze it in time for future access.☆107Updated last year
- Perfect hashing for an imperfect world☆95Updated 3 months ago
- 🦕 Add dyn compatible variant to your async trait!☆71Updated 3 months ago
- A Rust implementation of OS provided synchronization primitives☆62Updated 2 years ago
- This is a Rust implementation for popular caches (support no_std).☆113Updated 10 months ago
- Small and fast library for k-means clustering.☆52Updated 5 months ago
- Port of bbolt in Rust☆65Updated last year
- Detect blocking code in Tokio async tasks. (Rust)☆82Updated 3 months ago
- A Rust Vector which swaps to disk based on given parameters☆45Updated 2 years ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆87Updated last year
- Lending iterators on stable Rust☆83Updated last year