| ... | @@ -6,7 +6,7 @@ | ... | @@ -6,7 +6,7 @@ |
| 6 | const std = @import("std.zig"); | 6 | const std = @import("std.zig"); |
| 7 | const mem = std.mem; | 7 | const mem = std.mem; |
| 8 | | 8 | |
| 9 | /// Like ComptimeStringHashMap but optimized for small sets of disparate string keys. | 9 | /// Comptime string map optimized for small sets of disparate string keys. |
| 10 | /// Works by separating the keys by length at comptime and only checking strings of | 10 | /// Works by separating the keys by length at comptime and only checking strings of |
| 11 | /// equal length at runtime. | 11 | /// equal length at runtime. |
| 12 | /// | 12 | /// |