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

.

parent d348e51f
...@@ -22,6 +22,7 @@ package main ...@@ -22,6 +22,7 @@ package main
// TODO move -> btree when ΔTail matures. // TODO move -> btree when ΔTail matures.
//go:generate ./gen-set main Tree *Tree zset_tree.go //go:generate ./gen-set main Tree *Tree zset_tree.go
////go:generate ./gen-set main Value Value zset_value.go
import ( import (
"context" "context"
...@@ -40,7 +41,6 @@ type Key = int64 ...@@ -40,7 +41,6 @@ type Key = int64
type Value = zodb.Oid // assumes key points to IPersistent type Value = zodb.Oid // assumes key points to IPersistent
// deletion is represented as InvalidOid // deletion is represented as InvalidOid
type SetKey = SetI64 type SetKey = SetI64
// XXX SetOID
// ΔBtail represents tail of revisional changes to BTrees. // ΔBtail represents tail of revisional changes to BTrees.
......
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