shithub: furgit

Download patch

ref: 888f4af82ee72a47f50b71870ade0c788bcdfb4d
parent: ba04778fa049e511db71c8add9a12d6a476ad2fd
author: Runxi Yu <me@runxiyu.org>
date: Tue Jan 27 12:34:39 EST 2026

TODO: HashAlgorithm interface? compression agility?

--- a/TODO.md
+++ b/TODO.md
@@ -8,6 +8,8 @@
   files).
 * consider making Ref an interface satisfied by concrete RefDetached,
   RefSymbolic
+* consider making HashAlgorithm an interface
+* 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
--