index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
/
index
/
suffixarray
/
suffixarray.go
Age
Commit message (
Expand
)
Author
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
2011-11-01
src/pkg/[a-m]*: gofix -r error -force=error
Russ Cox
2011-09-30
index/suffixarray: 4.5x faster index serialization (to memory)
Robert Griesemer
2011-09-27
index/suffixarray: revert change from int -> int32
Robert Griesemer
2011-09-26
regexp: move to old/regexp, replace with exp/regexp
Russ Cox
2011-09-20
suffixarray: improved serialization code
Robert Griesemer
2011-09-15
index/suffixarray: support for serialization
Robert Griesemer
2011-09-12
godoc, suffixarray: switch to exp/regexp
Robert Griesemer
2011-07-14
go/printer: changed max. number of newlines from 3 to 2
Robert Griesemer
2011-07-08
sort: rename helpers: s/Sort// in sort.Sort[Float64s|Ints|Strings]
Andrew Gerrand
2011-04-20
src/pkg: make package doc comments consistently start with "Package foo".
Nigel Tao
2011-01-24
suffixarray: use binary search for both ends of Lookup
Eric Eisner
2011-01-11
suffixarray: faster creation algorithm
Eric Eisner
2010-12-17
suffixarray: implememted FindAllIndex regexp search
Robert Griesemer
2010-12-14
suffixarray: rename Data() -> Bytes()
Robert Griesemer
2010-12-13
suffixarray: provide accessor to data
Robert Griesemer
2010-12-08
throughout: simplify two-variable ranges with unused second variable
Ryan Hitchman
2010-11-19
index/suffixarray: use sort.Search
Russ Cox
2010-09-22
suffixarray: cleanup per suggestion from Roger Peppe
Robert Griesemer
2010-09-21
suffixarray: a package for creating suffixarray-based indexes
Robert Griesemer