aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/index/suffixarray/suffixarray_test.go
AgeCommit message (Expand)Author
2011-07-08sort: rename helpers: s/Sort// in sort.Sort[Float64s|Ints|Strings]Andrew Gerrand
2011-05-30pkg: spelling tweaks, I-ZRobert Hencke
2011-01-31suffixarray: fix construction bugEric Eisner
2011-01-11suffixarray: faster creation algorithmEric Eisner
2011-01-04fix occurrences of occur[^sr .,?!;\n]Robert Griesemer
2010-12-17suffixarray: implememted FindAllIndex regexp searchRobert Griesemer
2010-10-22gofmt -s -w src miscRobert Griesemer
2010-09-21suffixarray: a package for creating suffixarray-based indexesRobert Griesemer