Skip to content

Commit 02d32f5

Browse files
committed
Add TODO for Go import path
1 parent f98395b commit 02d32f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

TODO

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
* Add hinting for value alignment (I'm sure there's some equation that determines if it's likely to be worthwhile to align a value. Possibly 2048, 4096 or 8192 would be appropriate for a 4096 block size?
55
* Is greedy end possible? If a value exists above the region we're punching out, then we can extend up too. -> This is not possible without synchronizing with file cloning. Currently that requires holding a write lock on the manifest.
66
* Support file cloning without holding the manifest write lock. This might be done with a "clone/read" lock file.
7+
* Investigate using Go 1.25's alternate location go.mod thingy so we can have "github.com/anacrolix/possum" as the import.

0 commit comments

Comments
 (0)