Commit ea6cced
Release 0.17.0: local-first stores and bounded caches
local_first_store(path, api_url) — commits land on local disk
instantly and journal with their exact new-blob lists; swarmfs 0.5.0's
background syncer pushes and confirms peer-to-peer; sync() is the
certainty barrier; local disk is a budgeted working set (unpushed
pinned, confirmed evictable, evicted reads heal by verified re-fetch).
Plus R0: CachedBytesStore (the value-blob cache) and the bounded
trie-node cache. Full details in CHANGELOG 0.17.0.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent d0c97e4 commit ea6cced
2 files changed
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
| 31 | + | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
| |||
0 commit comments