Trees methods for linksplatform
A collection of data structures and algorithms designed for performance
A doubly linked list using SlotMap for improved cache locality, and to solve the ABA problem.
High-performance doubly-linked list with smart pointer support and memory pool optimization
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).
A doubly-linked syntax tree.
Compatible, type-safe, and idiomatic Rust implementations of Windows NT Linked Lists
An efficient, zero-allocation circular intrusive doubly linked list in Rust. Features safe, lifetime-bounded iterators, unified ownership validation using a link_state flag to prevent node reuse bugs across multiple lists, and idiomatically optimized low-level pointer mechanics without any external heap allocation overhead.
port of MapBox's earcut triangulation code to Rust language
A fork of the https://github.com/donbright/earcutr repo.
A collection of memory efficient and intrusive data structures
A linked list implementation with unique features and an extended list of constant time methods providing high performance traversals and mutations.