summaryrefslogtreecommitdiff
path: root/src/index/suffixarray/suffixarray_test.go
Commit message (Expand)AuthorAgeFilesLines
* all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox2020-12-091-3/+3
* all: update to use filepath.WalkDir instead of filepath.WalkRuss Cox2020-12-021-1/+1
* all: update references to symbols moved from os to io/fsRuss Cox2020-10-201-2/+2
* index/suffixarray: index 3-10X faster in half the memoryRuss Cox2019-05-131-0/+152
* index/suffixarray: add 32-bit implementationRuss Cox2019-05-011-24/+183
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+304