Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
appaquet committed Mar 25, 2024
1 parent 6b7a865 commit 9518ff1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ serde = ["dep:serde", "bincode"]
[dependencies]
bincode = { version = "2.0.0-rc.3", features = ["serde"], optional = true }
byteorder = "1.5"
extsort = { git = "https://github.com/appaquet/extsort-rs.git", branch = "updates" }
# extsort = { path = "../extsort" }
# extsort = "0.4"
extsort = "0.5"
log = "0.4"
memmap2 = "0.9"
serde = { version = "1.0", optional = true }
Expand Down
2 changes: 0 additions & 2 deletions src/data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ pub const OBJECT_ID_ENTRY: u8 = 0;
pub const OBJECT_ID_CHECKPOINT: u8 = 1;

pub const MAX_LEVELS: usize = 256;
pub const MAX_KEY_SIZE_BYTES: usize = 1024;
pub const MAX_VALUE_SIZE_BYTES: usize = 65000;

/// Header of the index.
///
Expand Down

0 comments on commit 9518ff1

Please sign in to comment.