From 6c13b707c29a28777c0fba1a39a27a2c7631f211 Mon Sep 17 00:00:00 2001 From: "Peter J. Keleher" <keleher@cs.umd.edu> Date: Sat, 25 Nov 2023 21:47:46 -0500 Subject: [PATCH] auto --- p6.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/p6.md b/p6.md index 65175a9..b53b1c5 100644 --- a/p6.md +++ b/p6.md @@ -26,7 +26,8 @@ serializability. Writes from transactions that abort do not affect the KV. Finally, in the *tree* type, you will create a shared tree that -supports concurrent modifications via simple mutations. +supports concurrent modifications via simple mutations. You build this +entirely from scratch. You will build your tango support in a new `p6/tango` module. Your applications will call the tango module API to access the shared log. -- GitLab