snix/tvix/store/src/pathinfoservice
Ilan Joselevich 9f10a71ec5 feat(tvix/store): add redb PathInfoService
This provides a PathInfoService implementation using redb
(https://github.com/cberner/redb) as the underlying storage engine.

Both an in-memory variant, as well as a filesystem one is provided,
similar how it's done with the sled implementation.

Supersedes: https://cl.tvl.fyi/c/depot/+/11692
Change-Id: I744619c51bf2efd0fb63659b12a27cbe0b2fd6fc
Signed-off-by: Ilan Joselevich <personal@ilanjoselevich.com>
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11995
Reviewed-by: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
2024-07-22 18:49:04 +00:00
..
fs feat(tvix/castore/fs): support extended attributes 2024-04-15 09:27:04 +00:00
tests feat(tvix/store): add redb PathInfoService 2024-07-22 18:49:04 +00:00
bigtable.rs refactor(tvix/store): use composition in tvix_store crate 2024-07-20 19:37:27 +00:00
combinators.rs refactor(tvix/store): use composition in tvix_store crate 2024-07-20 19:37:27 +00:00
from_addr.rs feat(tvix/store): add redb PathInfoService 2024-07-22 18:49:04 +00:00
grpc.rs refactor(tvix/store): use composition in tvix_store crate 2024-07-20 19:37:27 +00:00
lru.rs refactor(tvix/store): use composition in tvix_store crate 2024-07-20 19:37:27 +00:00
memory.rs refactor(tvix/store): use composition in tvix_store crate 2024-07-20 19:37:27 +00:00
mod.rs feat(tvix/store): add redb PathInfoService 2024-07-22 18:49:04 +00:00
nix_http.rs fix(tvix/store): Fix narinfo compression selection 2024-07-21 22:11:20 +00:00
redb.rs feat(tvix/store): add redb PathInfoService 2024-07-22 18:49:04 +00:00
sled.rs refactor(tvix/store): use composition in tvix_store crate 2024-07-20 19:37:27 +00:00