You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Comptime HashMap** is a zero‑dependency Zig package that generates perfect, read‑only hash maps entirely at **comptime**. Supply your key/value pairs once and receive a fully‑typed lookup table with:
6
+
**comphash** is a zero‑dependency Zig package that generates perfect, read‑only hash maps entirely at **comptime**. Supply your key/value pairs once and receive a fully‑typed lookup table with:
9
7
10
8
***O(1)** expected access.
11
9
* Custom **hash functions** (defaults to `xxHash64`).
@@ -61,7 +59,7 @@ This lets you `const ch = @import("comphash");` in your Zig code.
0 commit comments