]> Sergey Matveev's repositories - btrtrc.git/commit
Store pieces inplace in torrent.Pieces
authorMatt Joiner <anacrolix@gmail.com>
Fri, 16 Oct 2015 11:10:03 +0000 (22:10 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Fri, 16 Oct 2015 11:10:03 +0000 (22:10 +1100)
commitb3a8020401bb5ac1772693234dc92c83105b2796
treee012a29602e40f38e7f7febbc5854dc26b8a2a85
parentdb2dcfee3ef7de7fbcfab75b8f6adfefc80550ba
Store pieces inplace in torrent.Pieces

This should save some allocation overhead, especially for torrents that have 20k+ pieces.
client.go
client_test.go
reader.go
torrent.go