Skip to content

Commit

Permalink
introduce new archive index format based on SQLite
Browse files Browse the repository at this point in the history
  • Loading branch information
syphar committed Mar 3, 2023
1 parent e67ae5e commit ca5b121
Show file tree
Hide file tree
Showing 5 changed files with 327 additions and 42 deletions.
51 changes: 51 additions & 0 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ bzip2 = "0.4.4"
serde_cbor = "0.11.1"
getrandom = "0.2.1"
itertools = { version = "0.10.5", optional = true}
rusqlite = { version = "0.28.0", features = ["bundled"] }
lru = "0.9.0"

# Async
tokio = { version = "1.0", features = ["rt-multi-thread", "signal", "macros"] }
Expand Down
Loading

0 comments on commit ca5b121

Please sign in to comment.