1
0
mirror of https://github.com/golang/go synced 2024-10-04 18:21:21 -06:00
go/src/pkg/index/suffixarray
Eric Eisner d93b2f384d suffixarray: fix construction bug
Previously, group numbers were updated while being read,
sometimes leading to inconsistencies.

R=gri, gri1
CC=golang-dev
https://golang.org/cl/4121045
2011-01-31 13:13:02 -08:00
..
Makefile suffixarray: faster creation algorithm 2011-01-11 21:46:50 -08:00
qsufsort.go suffixarray: fix construction bug 2011-01-31 13:13:02 -08:00
suffixarray_test.go suffixarray: fix construction bug 2011-01-31 13:13:02 -08:00
suffixarray.go suffixarray: use binary search for both ends of Lookup 2011-01-24 13:03:32 -08:00