Expand description
Auto-generated module
🤖 Generated with SplitRS
Structs§
- Atomic
Counter - Atomic counter for thread-safe counting operations
- Binary
Search Tree - Binary Search Tree
- Block
Matrix - Cache-friendly matrix storage with block layout
- Concurrent
Hash Map - Thread-safe wrapper around HashMap
- Concurrent
Queue - Thread-safe queue using VecDeque
- Concurrent
Ring Buffer - Thread-safe ring buffer
- Graph
- Graph representation using adjacency lists
- Ring
Buffer - Ring buffer for efficient circular storage
- Ring
Buffer Iter - Iterator for RingBuffer
- Tree
Node - Binary tree node
- Tree
Statistics - Tree statistics for analysis
- Trie
- Trie (Prefix Tree) for string storage and retrieval
- Trie
Statistics - Trie statistics for analysis
- Weighted
Graph - Weighted graph representation
- Work
Queue - Thread-safe work queue for task distribution