You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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?
5
5
* 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.
6
6
* 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