Module types

Module types 

Source
Expand description

Auto-generated module

🤖 Generated with SplitRS

Structs§

AtomicCounter
Atomic counter for thread-safe counting operations
BinarySearchTree
Binary Search Tree
BlockMatrix
Cache-friendly matrix storage with block layout
ConcurrentHashMap
Thread-safe wrapper around HashMap
ConcurrentQueue
Thread-safe queue using VecDeque
ConcurrentRingBuffer
Thread-safe ring buffer
Graph
Graph representation using adjacency lists
RingBuffer
Ring buffer for efficient circular storage
RingBufferIter
Iterator for RingBuffer
TreeNode
Binary tree node
TreeStatistics
Tree statistics for analysis
Trie
Trie (Prefix Tree) for string storage and retrieval
TrieStatistics
Trie statistics for analysis
WeightedGraph
Weighted graph representation
WorkQueue
Thread-safe work queue for task distribution