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
Age
Commit message (
Expand
)
Author
2011-07-08
sort: rename helpers: s/Sort// in sort.Sort[Float64s|Ints|Strings]
Andrew Gerrand
2011-05-30
pkg: spelling tweaks, I-Z
Robert Hencke
2011-04-20
src/pkg: make package doc comments consistently start with "Package foo".
Nigel Tao
2011-01-31
suffixarray: fix construction bug
Eric Eisner
2011-01-24
suffixarray: use binary search for both ends of Lookup
Eric Eisner
2011-01-11
suffixarray: faster creation algorithm
Eric Eisner
2011-01-04
fix occurrences of occur[^sr .,?!;\n]
Robert Griesemer
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-10-22
gofmt -s -w src misc
Robert Griesemer
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