Skip to content

Commit 777ccdc

Browse files
Nathan Roachtfenne
Nathan Roach
andauthored
Integrate read ahead iterator from fgoxide. (#19)
* Refactoring read set and other structs to make possible to add read ahead iterator * Adding read ahead iterator Co-authored-by: Tim Fennell <[email protected]>
1 parent d445cb8 commit 777ccdc

File tree

3 files changed

+336
-214
lines changed

3 files changed

+336
-214
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ bstr = "1.0.1"
3636
clap = { version = "4.0.25", features = ["derive"] }
3737
enum_dispatch = "0.3.8"
3838
env_logger = "0.9.3"
39-
fgoxide = "0.2.0"
39+
fgoxide = "0.3.0"
4040
flate2 = { version = "1.0.25", features = ["zlib-ng"] } # Force the faster backend that requires a C compiler
4141
itertools = "0.10.5"
4242
log = "0.4.17"

0 commit comments

Comments
 (0)