You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
2 years ago
..
aum.go tka: implement State and applying AUMs 2 years ago
aum_test.go tka: implement State and applying AUMs 2 years ago
key.go tka: implement State and applying AUMs 2 years ago
key_test.go tka: implement AUM and Key types 2 years ago
state.go tka: implement State and applying AUMs 2 years ago
state_test.go tka: implement State and applying AUMs 2 years ago
tailchonk.go tka: implement filesystem-based tailchonk implementation 2 years ago
tailchonk_test.go tka: implement filesystem-based tailchonk implementation 2 years ago
tka.go tka: implement AUM and Key types 2 years ago