Skip to content

Commit 8ec464f

Browse files
committed
feat: complete LayerFS V4 architecture
1 parent 07b1fc2 commit 8ec464f

791 files changed

Lines changed: 32315 additions & 59778 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ __pycache__/
77

88
# Benchmark runs are immutable local evidence and may contain large databases.
99
benchmark-results/*
10-
!benchmark-results/fs-bench-plus/
11-
benchmark-results/fs-bench-plus/*
12-
!benchmark-results/fs-bench-plus/optimization-history.md
10+
!benchmark-results/fs-bench-pro/
11+
benchmark-results/fs-bench-pro/*
12+
!benchmark-results/fs-bench-pro/optimization-history.md

Cargo.lock

Lines changed: 11 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,16 @@
22
resolver = "2"
33
members = [
44
"crates/layerfs-content",
5-
"crates/layerfs-storage",
5+
"crates/layerfs-daemon",
66
"crates/layerfs-layerstack-store",
7-
"crates/layerfs-branch-store",
87
"crates/layerfs-sdk",
98
"crates/layerfs-workspace",
109
"crates/layerfs-fuse",
1110
"crates/layerfs-materialization",
1211
"crates/layerfs-monitor",
1312
"crates/layerfs-cli",
1413
"tools/layerfs-eval",
15-
"benchmark/fs-benchmark-pro",
14+
"benchmark/fs-bench-pro",
1615
]
1716

1817
[workspace.package]

0 commit comments

Comments
 (0)