aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/index
AgeCommit message (Expand)Author
2014-09-08build: move package sources from src/pkg to srcRuss Cox
2014-06-24index/suffixarray: reduce size of a benchmarkDmitriy Vyukov
2012-03-13all: various typosRobert Griesemer
2012-01-30build: remove Make.pkg, Make.toolRuss Cox
2011-11-08renaming_2: gofix -r go1pkgrename src/pkg/[a-l]*Rob Pike
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-23suffixarray: add benchmarks for constructionEric Eisner
2011-09-20suffixarray: improved serialization codeRobert Griesemer
2011-09-19suffixarray: generate less garbage during constructionEric Eisner
2011-09-15index/suffixarray: support for serializationRobert Griesemer
2011-09-12godoc, suffixarray: switch to exp/regexpRobert Griesemer
2011-08-08crypto/x509, go/scanner, index/suffixarray: Removed []interface{}/vector uses.Kyle Consalus
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-05-30pkg: spelling tweaks, I-ZRobert Hencke
2011-04-20src/pkg: make package doc comments consistently start with "Package foo".Nigel Tao
2011-01-31suffixarray: fix construction bugEric Eisner
2011-01-24suffixarray: use binary search for both ends of LookupEric Eisner
2011-01-11suffixarray: faster creation algorithmEric Eisner
2011-01-04fix occurrences of occur[^sr .,?!;\n]Robert Griesemer
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-10-22gofmt -s -w src miscRobert Griesemer
2010-09-22suffixarray: cleanup per suggestion from Roger PeppeRobert Griesemer
2010-09-21suffixarray: a package for creating suffixarray-based indexesRobert Griesemer