Commit 38e2e6c79d3a671ab007574e496c15b5751b7479

Stefan Sperling 2020-01-07T11:35:42

delta caching is done; remove related item from TODO list

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/TODO b/TODO
index de86180..16fc7da 100644
--- a/TODO
+++ b/TODO
@@ -1,11 +1,4 @@
 lib:
-- fix 'got log -l1 -c fb4d85023675bc7da402da96b2bb84fd12905dbf -p';
-  this command runs too slow in got-read-pack
-  (maybe let got-read-pack cache ref/offset delta objects in object_cache.c?)
-  commit fb4d85023675bc7da402da96b2bb84fd12905dbf is:
-      from: jsg <jsg@openbsd.org>
-      date: Wed May 22 00:40:06 2019 UTC
-      "add amdgpu from linux 4.19.44 for recent AMD Radeon parts"
 - improve performance of usr.bin/diff and port these changes back to got
   (e.g. diffing between versions of sys/dev/pci/pcidevs is too slow)