Commit 1ebb0d4a authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 4eca0963
......@@ -554,6 +554,7 @@ func diffT(ctx context.Context, a, b *Tree, δZTC SetOid, trackIdx map[zodb.Oid]
fmt.Printf(" bv: %v\n", vtree(bv))
δ = map[Key]ΔValue{}
defer fmt.Printf(" -> δt: %v\n", δ)
// [i].Key ≤ [i].Child.*.Key < [i+1].Key i ∈ [0, len([]))
//
......@@ -791,6 +792,7 @@ func diffB(ctx context.Context, a, b *Bucket) (δ map[Key]ΔValue, err error) {
//defer fmt.Println("< diffB")
δ = map[Key]ΔValue{}
defer fmt.Printf(" -> δb: %v\n", δ)
//fmt.Println("av:", av)
//fmt.Println("bv:", bv)
......
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