aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
blob: 0c1eacf83dd8c49d9bf725f2b627ef6acc98c8c0 (about) (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
## Internal to-do list

* Consider adding repository methods that attempt to resolve objects
  of a particular type. They would attempt to resolve the object's
  header and return an error if the type mismatches; if it matches,
  they continue from that point (passing along some state such as
  the packLocation to avoid re-resolving the location from index
  files).
* 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