-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UIP-0103: Persistent Nock Caching + Loom Migration Framework + Pointe…
…r Compression Migration Refactor (#508) Implements [UIP-0103](https://github.com/urbit/UIPs/blob/main/UIPS/UIP-0103.md), establishes a pattern for implementing loom migrations, and refactors the pointer compression as a compile-time feature instead of a runtime one. See #496 for original work on UIP-0103. TODO: - [x] Loom migration - [x] Affordance for future specialized caches in `u3a_road` struct - [x] PRs for use cases ready in Arvo - [x] urbit/urbit#6770 - [x] urbit/urbit#6773 - [x] ~~Ford Lightning~~ - [x] Manage new persistent state like we manage the rest of our persistent state (`|mass` breaks before we do this) - [x] Update command-line args for cache sizes - [x] Determine why `bazel build //pkg/vere:test-fake-ship` seems to hang indefinitely (I ran it for ~16h on my own dedicated box and it still didn't finish) Tested working in all vanes I tested (Iris, etc. are a little more cumbersome): - [x] Ames - [x] Arvo - [x] Behn - [x] Clay - [x] Dill - [x] Eyre - [x] Gall
- Loading branch information
Showing
63 changed files
with
2,309 additions
and
417 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.