diff options
| author | 2026-01-28 20:40:20 +0100 | |
|---|---|---|
| committer | 2026-01-28 20:40:20 +0100 | |
| commit | c3f07de7f820290639c66cad605a8a7a55345c57 (patch) | |
| tree | a8abbc83da6b4a61904e7eb51049300a92086847 | |
| parent | TODO: Tree insert entry (diff) | |
| signature | No signature | |
TODO: Cleanup
| -rw-r--r-- | TODO.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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. |
