Commit a3da3b618b8689ee174e0f8d799fd51d22453919

Stefan Sperling 2019-05-22T17:11:55

document an idea which might speed up processing of deltas

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/TODO b/TODO
index 339de7f..bfce88d 100644
--- a/TODO
+++ b/TODO
@@ -7,6 +7,7 @@ lib:
 - recursive removal: got rm -R
 - fix 'got log -l1 -c fb4d85023675bc7da402da96b2bb84fd12905dbf -p';
   this command runs too slow and uses too much memory in got-read-pack
+  (maybe let got-read-pack cache ref/offset delta objects in object_cache.c?)
 
 tog:
 - allow loading new commits in 'tog log' after startup (e.g. via Ctrl-L, 'r')