aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/index/suffixarray/suffixarray.go
AgeCommit message (Expand)Author
2011-07-08sort: rename helpers: s/Sort// in sort.Sort[Float64s|Ints|Strings]Andrew Gerrand
2011-04-20src/pkg: make package doc comments consistently start with "Package foo".Nigel Tao
2011-01-24suffixarray: use binary search for both ends of LookupEric Eisner
2011-01-11suffixarray: faster creation algorithmEric Eisner
2010-12-17suffixarray: implememted FindAllIndex regexp searchRobert Griesemer
2010-12-14suffixarray: rename Data() -> Bytes()Robert Griesemer
2010-12-13suffixarray: provide accessor to dataRobert Griesemer
2010-12-08throughout: simplify two-variable ranges with unused second variableRyan Hitchman
2010-11-19index/suffixarray: use sort.SearchRuss Cox
2010-09-22suffixarray: cleanup per suggestion from Roger PeppeRobert Griesemer
2010-09-21suffixarray: a package for creating suffixarray-based indexesRobert Griesemer