todo
authorJoey Hess <joeyh@joeyh.name>
Tue, 1 Jun 2021 14:39:48 +0000 (10:39 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 1 Jun 2021 14:39:48 +0000 (10:39 -0400)
doc/todo/speed_up_keys_db_update_with_git_streaming.mdwn [new file with mode: 0644]

diff --git a/doc/todo/speed_up_keys_db_update_with_git_streaming.mdwn b/doc/todo/speed_up_keys_db_update_with_git_streaming.mdwn
new file mode 100644 (file)
index 0000000..61df470
--- /dev/null
@@ -0,0 +1,7 @@
+reconcileStaged should be able to be sped up by improving streaming through
+git, similar to [[!commit 0f54e5e0ae73b89bb6743bf298915619da00c3f4]].
+
+Normally it's plenty fast enough, but users who often switch between
+branches that have tens to hundreds of thousands of diverged files will
+find it slow, and this should speed it up by somewhere around 3x (excluding
+sqlite writes). --[[Joey]]