ExaScience / elprep

elPrep: a high-performance tool for analyzing sequence alignment/map files in sequencing pipelines.
Other
287 stars 40 forks source link

Use ASCIISet #72

Open elliotwutingfeng opened 1 year ago

elliotwutingfeng commented 1 year ago

Proposing use of ASCIISet instead of map[byte]bool.

ASCIISet is a zero-dependency library for sets of ASCII characters with 28 times faster lookup speed than map[byte]bool.