Open elliotwutingfeng opened 1 year ago
Proposing use of ASCIISet instead of map[byte]bool.
ASCIISet
map[byte]bool
ASCIISet is a zero-dependency library for sets of ASCII characters with 28 times faster lookup speed than map[byte]bool.
Proposing use of
ASCIISet
instead ofmap[byte]bool
.ASCIISet
is a zero-dependency library for sets of ASCII characters with 28 times faster lookup speed thanmap[byte]bool
.