summaryrefslogtreecommitdiff
path: root/src/pkg/index
Commit message (Expand)AuthorAgeFilesLines
* index/suffixarray: reduce size of a benchmarkDmitriy Vyukov2014-06-241-1/+1
* all: various typosRobert Griesemer2012-03-131-2/+2
* build: remove Make.pkg, Make.toolRuss Cox2012-01-301-12/+0
* renaming_2: gofix -r go1pkgrename src/pkg/[a-l]*Rob Pike2011-11-081-1/+1
* src/pkg/[a-m]*: gofix -r error -force=errorRuss Cox2011-11-011-7/+6
* index/suffixarray: 4.5x faster index serialization (to memory)Robert Griesemer2011-09-302-44/+101
* index/suffixarray: revert change from int -> int32Robert Griesemer2011-09-272-25/+23
* regexp: move to old/regexp, replace with exp/regexpRuss Cox2011-09-262-2/+2
* suffixarray: add benchmarks for constructionEric Eisner2011-09-231-0/+24
* suffixarray: improved serialization codeRobert Griesemer2011-09-202-18/+65
* suffixarray: generate less garbage during constructionEric Eisner2011-09-191-2/+4
* index/suffixarray: support for serializationRobert Griesemer2011-09-153-24/+99
* godoc, suffixarray: switch to exp/regexpRobert Griesemer2011-09-122-2/+2
* crypto/x509, go/scanner, index/suffixarray: Removed []interface{}/vector uses.Kyle Consalus2011-08-081-3/+2
* go/printer: changed max. number of newlines from 3 to 2Robert Griesemer2011-07-143-20/+0
* sort: rename helpers: s/Sort// in sort.Sort[Float64s|Ints|Strings]Andrew Gerrand2011-07-082-3/+3
* pkg: spelling tweaks, I-ZRobert Hencke2011-05-301-1/+1
* src/pkg: make package doc comments consistently start with "Package foo".Nigel Tao2011-04-201-2/+2
* suffixarray: fix construction bugEric Eisner2011-01-312-11/+23
* suffixarray: use binary search for both ends of LookupEric Eisner2011-01-241-11/+17
* 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