aboutsummaryrefslogtreecommitdiff
path: root/src/index
AgeCommit message (Expand)Author
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-12-02all: update to use filepath.WalkDir instead of filepath.WalkRuss Cox
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2019-05-13index/suffixarray: index 3-10X faster in half the memoryRuss Cox
2019-05-01index/suffixarray: add 32-bit implementationRuss Cox
2018-05-29index/suffixarray: fix a typo mistake in commentsZhou Peng
2016-08-21index/suffixarray: add Lookup exampleKonstantin Shaposhnikov
2014-09-08build: move package sources from src/pkg to srcRuss Cox