Merge branch 'separate-build-phase' of https://github.com/aryszka/treerack into separate-build-phase

This commit is contained in:
Arpad Ryszka 2017-07-29 23:16:09 +02:00
commit ad025586f2

View File

@ -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