# ZDS - A collection of high-performance data structures for Zig

> Source: <https://ziggit.dev/t/zds-a-collection-of-high-performance-data-structures-for-zig/17180#post_1>
> Published: 2026-08-11 02:01:28+00:00

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.
