Skip to content

Commit

Permalink
Integrate read ahead iterator from fgoxide. (#19)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
Nathan Roach and tfenne authored Jan 10, 2023
1 parent d445cb8 commit 777ccdc
Show file tree
Hide file tree
Showing 3 changed files with 336 additions and 214 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ bstr = "1.0.1"
clap = { version = "4.0.25", features = ["derive"] }
enum_dispatch = "0.3.8"
env_logger = "0.9.3"
fgoxide = "0.2.0"
fgoxide = "0.3.0"
flate2 = { version = "1.0.25", features = ["zlib-ng"] } # Force the faster backend that requires a C compiler
itertools = "0.10.5"
log = "0.4.17"
Expand Down
Loading

0 comments on commit 777ccdc

Please sign in to comment.