tailscale/tka
Tom DNetto ec4f849079 tka: implement filesystem-based tailchonk implementation
FS implements Chonk, and given the expected load characteristics (frequent use
of AUM() + ChildAUMs(), and infrequent use of Heads() + CommitVerifiedAUMs()), the
implementation avoids scanning the filesystem to service AUM() and ChildAUMs().

Signed-off-by: Tom DNetto <tom@tailscale.com>
2022-07-13 10:07:17 -07:00
..
aum.go tka: implement State and applying AUMs 2022-07-07 11:25:26 -07:00
aum_test.go tka: implement State and applying AUMs 2022-07-07 11:25:26 -07:00
key.go tka: implement State and applying AUMs 2022-07-07 11:25:26 -07:00
key_test.go tka: implement AUM and Key types 2022-07-06 12:19:37 -07:00
state.go tka: implement State and applying AUMs 2022-07-07 11:25:26 -07:00
state_test.go tka: implement State and applying AUMs 2022-07-07 11:25:26 -07:00
tailchonk.go tka: implement filesystem-based tailchonk implementation 2022-07-13 10:07:17 -07:00
tailchonk_test.go tka: implement filesystem-based tailchonk implementation 2022-07-13 10:07:17 -07:00
tka.go tka: implement AUM and Key types 2022-07-06 12:19:37 -07:00