summaryrefslogtreecommitdiff
path: root/src/pkg/index
Commit message (Expand)AuthorAgeFilesLines
* suffixarray: faster creation algorithmEric Eisner2011-01-114-23/+185
* fix occurrences of occur[^sr .,?!;\n]Robert Griesemer2011-01-041-2/+2
* suffixarray: implememted FindAllIndex regexp searchRobert Griesemer2010-12-172-44/+201
* suffixarray: rename Data() -> Bytes()Robert Griesemer2010-12-141-2/+2
* suffixarray: provide accessor to dataRobert Griesemer2010-12-131-0/+8
* throughout: simplify two-variable ranges with unused second variableRyan Hitchman2010-12-081-1/+1
* index/suffixarray: use sort.SearchRuss Cox2010-11-191-20/+2
* gofmt -s -w src miscRobert Griesemer2010-10-221-5/+5
* suffixarray: cleanup per suggestion from Roger PeppeRobert Griesemer2010-09-221-12/+6
* suffixarray: a package for creating suffixarray-based indexesRobert Griesemer2010-09-213-0/+289