Skip to content

Commit

Permalink
fix: merge iterator
Browse files Browse the repository at this point in the history
would return wrong data during ping-pong read
  • Loading branch information
marvin-j97 committed May 1, 2024
1 parent 7fa1f24 commit 0ce1919
Show file tree
Hide file tree
Showing 9 changed files with 1,088 additions and 347 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "lsm-tree"
description = "A K.I.S.S. implementation of log-structured merge trees (LSM-trees/LSMTs)"
license = "MIT OR Apache-2.0"
version = "0.6.3"
version = "0.6.4"
edition = "2021"
rust-version = "1.74.0"
readme = "README.md"
Expand All @@ -26,11 +26,11 @@ byteorder = "1.5.0"
chrono = "0.4.38"
crc32fast = "1.4.0"
crossbeam-skiplist = "0.1.3"
double-ended-peekable = "0.1.0"
fs_extra = "1.3.0"
guardian = "1.1.0"
log = "0.4.21"
lz4_flex = "0.11.3"
min-max-heap = "1.3.0"
path-absolutize = "3.1.1"
quick_cache = { version = "0.5.1", default-features = false, features = [] }
rand = "0.8.5"
Expand Down
Loading

0 comments on commit 0ce1919

Please sign in to comment.