An indexed priority queue with index-based removals, restores and value updates.
Priority queue traits and high performance d-ary heap implementations.
Vulkan bindings for Rust
A high-performance, index-based data structure toolkit. Provides an arena allocator (ElemPool) used to build a cache-friendly PieList (doubly-linked list) and FibHeap (priority queue).
AI/Human task management system with file-based storage
CKB RPC server
High-performance AI coding agent CLI - Rust port of Pi Agent
A highly parallel Perl 5 interpreter written in Rust
Generic d-ary heap priority queue supporting min/max via comparator, with O(1) item lookup for updates. Features configurable arity, efficient priority updates, and cross-language API compatibility.
Background jobs and cron scheduling for modo
Rust commonly used data structure and algorithms
A Priority Queue implemented as a heap with a function to efficiently change the priority of an item.