Commit 6ae828b3 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 57be0126
This diff is collapsed.
...@@ -73,6 +73,8 @@ package xbtree ...@@ -73,6 +73,8 @@ package xbtree
// (*) implemented in treediff.go // (*) implemented in treediff.go
// (+) full database scan // (+) full database scan
//go:generate ./blib/gen-rangemap _RangedMap_RebuildJob _RebuildJob zrangemap_rebuildjob.go
import ( import (
"context" "context"
"fmt" "fmt"
...@@ -163,6 +165,7 @@ type _ΔTtail struct { ...@@ -163,6 +165,7 @@ type _ΔTtail struct {
// XXX + trackNewKeys RangedKeySet (concurrency) // XXX + trackNewKeys RangedKeySet (concurrency)
// XXX + trackSetKeys RangedKeySet // XXX + trackSetKeys RangedKeySet
rebuildNew _RangedMap_RebuildJob // keycov -> RebuildJob
} }
// _ΔBroots represents roots-only part of ΔB. // _ΔBroots represents roots-only part of ΔB.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment