Commit 7915fa67c33be2341aac0bcc35f1eac4a20216ba

Stefan Sperling 2019-05-23T22:26:55

got-read-pack memory usage is looking good now

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/TODO b/TODO
index bfce88d..8f54d73 100644
--- a/TODO
+++ b/TODO
@@ -6,7 +6,7 @@ lib:
 - recursive addition: got add -R
 - 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
+  this command runs too slow in got-read-pack
   (maybe let got-read-pack cache ref/offset delta objects in object_cache.c?)
 
 tog: