suffixarray.New
// New creates a new Index for data.
// Index creation time is O(N) for N = len(data).
func New(data []byte) *Index
// New creates a new Index for data.
// Index creation time is O(N) for N = len(data).
func New(data []byte) *Index