summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/zisp/gc/IstrSet.zig4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/zisp/gc/IstrSet.zig b/src/zisp/gc/IstrSet.zig
index 900caa7..179476e 100644
--- a/src/zisp/gc/IstrSet.zig
+++ b/src/zisp/gc/IstrSet.zig
@@ -1,3 +1,7 @@
+//! Interned string set
+
+// TODO: Allocate the strings in tight blocks just like ListPool.
+
const std = @import("std");
const Alloc = std.mem.Allocator;