ref: c3f07de7f820290639c66cad605a8a7a55345c57
parent: 2e6d3a7101498925fd951c92830aafa2cf96a533
author: Runxi Yu <me@runxiyu.org>
date: Wed Jan 28 15:40:20 EST 2026
TODO: Cleanup
--- 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.
--
⑨