ZDS - A collection of high-performance data structures for Zig A developer has released ZDS, a collection of high-performance data structures for the Zig programming language, including a Swiss Map, Radix Trees with a novel doubly linked list leaf connection for faster iteration, an LRU Cache, and RBTree and BTree implementations. The project was built while learning Zig and partially used an LLM. ZDS Zig Data Structures Implemented high performance data structures in Zig while learning it. Implemented Swiss Map Implemented Radix Trees with a novel logic of connecting leaf nodes with doubly linked list so that iteration is faster. Implemented LRU Cache using Swiss Map Implemented RBTree and BTree as well. AI / LLM usage disclosure Partially used LLM.