]> Sergey Matveev's repositories - btrtrc.git/commit
Just use File.WriteAt for mmap file io WriteAt
authorMatt Joiner <anacrolix@gmail.com>
Thu, 21 Aug 2025 04:25:48 +0000 (14:25 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Thu, 21 Aug 2025 04:25:48 +0000 (14:25 +1000)
commita1365a81964a410d765533f98ef874b16fc21a4a
treef2ed58422a01d7585428f42708cc5419d07bae2d
parent4012ae27325b37c830377e0199a6c1070cdbcdd2
Just use File.WriteAt for mmap file io WriteAt

Also remove WriteTo for shared handle, it doesn't make sense without a pos.
storage/file-io-mmap.go