aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/index/suffixarray/suffixarray.go
AgeCommit message (Expand)Author
2014-09-08build: move package sources from src/pkg to srcRuss Cox
2011-11-01src/pkg/[a-m]*: gofix -r error -force=errorRuss Cox
2011-09-30index/suffixarray: 4.5x faster index serialization (to memory)Robert Griesemer
2011-09-27index/suffixarray: revert change from int -> int32Robert Griesemer
2011-09-26regexp: move to old/regexp, replace with exp/regexpRuss Cox
2011-09-20suffixarray: improved serialization codeRobert Griesemer
2011-09-15index/suffixarray: support for serializationRobert Griesemer
2011-09-12godoc, suffixarray: switch to exp/regexpRobert Griesemer
2011-07-14go/printer: changed max. number of newlines from 3 to 2Robert Griesemer
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