fix up diff from benchmarks, and add tests against ziglyph

This commit is contained in:
Jacob Sandlund
2025-09-18 11:46:05 -04:00
parent 285a33fbc0
commit 69594119c3
17 changed files with 227 additions and 161 deletions

View File

@@ -1609,8 +1609,8 @@ pub const Trigger = struct {
.unicode => |cp| std.hash.autoHash(
hasher,
foldedCodepoint(cp),
// Alternative, just use simple case folding, and delete
// `foldedCodepoint` below:
// TODO: Alternatively, just use simple case folding, and
// delete `foldedCodepoint` below:
// uucode.get(.case_folding_simple, cp),
),
}