Skip to content

Commit 0ce1919

Browse files
committed
fix: merge iterator
would return wrong data during ping-pong read
1 parent 7fa1f24 commit 0ce1919

File tree

9 files changed

+1088
-347
lines changed

9 files changed

+1088
-347
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "lsm-tree"
33
description = "A K.I.S.S. implementation of log-structured merge trees (LSM-trees/LSMTs)"
44
license = "MIT OR Apache-2.0"
5-
version = "0.6.3"
5+
version = "0.6.4"
66
edition = "2021"
77
rust-version = "1.74.0"
88
readme = "README.md"
@@ -26,11 +26,11 @@ byteorder = "1.5.0"
2626
chrono = "0.4.38"
2727
crc32fast = "1.4.0"
2828
crossbeam-skiplist = "0.1.3"
29+
double-ended-peekable = "0.1.0"
2930
fs_extra = "1.3.0"
3031
guardian = "1.1.0"
3132
log = "0.4.21"
3233
lz4_flex = "0.11.3"
33-
min-max-heap = "1.3.0"
3434
path-absolutize = "3.1.1"
3535
quick_cache = { version = "0.5.1", default-features = false, features = [] }
3636
rand = "0.8.5"

0 commit comments

Comments
 (0)