Merge branch 'separate-build-phase' of https://github.com/aryszka/treerack into separate-build-phase
This commit is contained in:
commit
ad025586f2
5
store.go
5
store.go
@ -1,5 +1,10 @@
|
|||||||
package treerack
|
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 {
|
type store struct {
|
||||||
noMatch []*idSet
|
noMatch []*idSet
|
||||||
match [][]int
|
match [][]int
|
||||||
|
Loading…
Reference in New Issue
Block a user