Versions in this module Expand all Collapse all v0 v0.5.1 May 12, 2026 v0.1.0 May 12, 2026 Changes in this version + func ContainsAny(s string, substrs []string) bool + func ContainsWord(s, word string) bool + func FastContains(s, substr string) bool + func FastCountBytes(data string, target byte) int + func FastEqual(a, b string) bool + func FastHasANSI(data string) bool + func FastLower(s string) string + func HasANSI(data string) bool + func IsWordChar(c byte) bool + func Process(data string) string + func SplitWords(input string) []string + func StripANSI(input string) string + type CPUFeatures struct + HasAVX2 bool + HasAVX512 bool + HasNEON bool + func Detect() CPUFeatures + type Dispatcher struct + func NewDispatcher() *Dispatcher + func (d *Dispatcher) EntropyFilter(data []float64) float64