add todos
This commit is contained in:
parent
86d244790a
commit
aa498473e7
5
store.go
5
store.go
@ -1,5 +1,10 @@
|
||||
package treerack
|
||||
|
||||
// TODO:
|
||||
// - store it similarly to the excluded ones? sorted by offset?
|
||||
// - use a helper field for the last accessed position to walk from there? for every offset?
|
||||
// - use a helper field to store the largest value and its index, too? for an offset?
|
||||
|
||||
type store struct {
|
||||
noMatch []*idSet
|
||||
match [][]int
|
||||
|
Loading…
Reference in New Issue
Block a user