This commit is contained in:
2026-06-15 05:32:15 +03:00
parent 80309aab99
commit ca125c99d2
16 changed files with 685 additions and 1350 deletions

1
qb.go
View File

@@ -41,6 +41,7 @@ type TimestampCompressor interface {
// Offset() int
ReplaceBuffer([]byte)
WriteCommitedTo(io.Writer) error
FirstTimestamp() uint32
LastTimestamp() uint32
ReplaceSinceWithUntil() uint32
}