aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-01-28 20:40:20 +0100
committerGravatar Runxi Yu2026-01-28 20:40:20 +0100
commitc3f07de7f820290639c66cad605a8a7a55345c57 (patch)
treea8abbc83da6b4a61904e7eb51049300a92086847
parentTODO: Tree insert entry (diff)
signatureNo signature
TODO: Cleanup
-rw-r--r--TODO.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/TODO.md b/TODO.md
index c6c7f776..68034815 100644
--- a/TODO.md
+++ b/TODO.md
@@ -6,11 +6,11 @@
they continue from that point (passing along some state such as
the packLocation to avoid re-resolving the location from index
files).
-* consider making Ref an interface satisfied by concrete RefDetached,
- RefSymbolic
-* consider making HashAlgorithm an interface
-* consider adding compression agility
+* Consider making Ref an interface satisfied by concrete RefDetached,
+ RefSymbolic.
+* Consider adding compression agility.
* There may be some cases where integer overflows are handled
incorrectly.
-* Use https://pkg.go.dev/simd/archsimd@go1.26rc1 for SIMD instead of assembly
-* Add a function to insert an entry into a tree
+* Use https://pkg.go.dev/simd/archsimd@go1.26rc1 for SIMD instead of
+ assembly.
+* Add a function to insert an entry into a tree.