summivox / fenwick.rs
fenwick: rust implementation of Fenwick trees (aka. binary/bit indexed trees)
☆8Updated 2 years ago
Alternatives and similar repositories for fenwick.rs:
Users that are interested in fenwick.rs are comparing it to the libraries listed below
- Typesafe extensions for sorted iterators, including set and relational operations☆17Updated last year
- Fast, vector-based map implementation that preserves insertion order.☆14Updated 4 years ago
- Rust String type with configurable byte storage.☆34Updated 4 months ago
- Splay Tree based Collections (e.g., Map, Set, Heap) Library for Rust☆19Updated 2 years ago
- A proc macro for real async traits, using nightly-only existential types and generic associated types to work around the need for type er…☆45Updated 2 years ago
- bytes::BufMut implementation to count buffer size☆22Updated this week
- Local-affinity first NUMA-aware allocator with optional fallback.☆23Updated 3 years ago
- ☆15Updated 5 years ago
- Rust library providing `Zc` for self-referential zero-copy structures☆41Updated 3 years ago
- Stack-allocated trait objects☆18Updated 2 years ago
- Derive macro for generating arrays from struct fields.☆20Updated 2 years ago
- Rust closures you can transfer over an FFI boundary☆25Updated 4 years ago
- A rust library for reusing heap allocations☆23Updated 4 years ago
- Predicator, a Rust crate for generating and running dynamic code☆16Updated 6 years ago
- lonely is a no_std+alloc+no TLS task executor for the Rust async/await ecosystem, focused on minimizing cross-core synchronization overhe…☆18Updated 5 years ago
- Inert lets you use non-Sync values in Sync context☆16Updated 5 years ago
- Completion futures for Rust☆19Updated 2 years ago
- Combine a reader + writer into a duplex of Read + Write☆45Updated 4 years ago
- Anonymous enum and checked exception for Rust.☆23Updated 3 years ago
- bluss/IndexMap with amortized resizes☆14Updated 4 years ago
- Serializer and Deserializer adapters that avoid stack overflows by dynamically growing the stack☆33Updated last week
- Hazard pointer based concurrent memory reclamation for Rust.☆30Updated 4 years ago
- To futures-lite as futures-lite is to futures: smaller.☆53Updated last month
- A fast, small, full-featured, no-std compatible oneshot channel☆61Updated last year
- Arbitrary precision integers library.☆27Updated 3 years ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆26Updated 2 weeks ago
- An alternative `std`-like implementation built on origin☆26Updated 3 weeks ago
- A generic, fixed-size, associative cache☆39Updated 2 months ago
- constant-size associative container backed by a simple array☆19Updated last year
- Trying to create Sync bump allocator☆29Updated 2 months ago