diff --git a/95a8190f4bbdcafbb4c72db81dfc2aa6/description b/95a8190f4bbdcafbb4c72db81dfc2aa6/description deleted file mode 100644 index 38a3aca..0000000 --- a/95a8190f4bbdcafbb4c72db81dfc2aa6/description +++ /dev/null @@ -1,3 +0,0 @@ -lazy read of DB - -don't remember off the top of my head what this one was whoops diff --git a/b62c30d419fb7727d2faaee20dfed1be/description b/b62c30d419fb7727d2faaee20dfed1be/description deleted file mode 100644 index 19ac498..0000000 --- a/b62c30d419fb7727d2faaee20dfed1be/description +++ /dev/null @@ -1,5 +0,0 @@ -decrease write window scope - -decrease the amount of time that the `ent` binary has a mutable reference to the database object by only checking out a worktree on a commit operation. - -alternatively (or maybe in addition to?) possibly use branching to allow for simultaneous edits in a safer way.