]> Sergey Matveev's repositories - btrtrc.git/commit
Switch to using a slice for tracking pending chunks. Saves massive amounts of memory.
authorMatt Joiner <anacrolix@gmail.com>
Sat, 16 May 2015 00:51:48 +0000 (10:51 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Sat, 16 May 2015 00:51:48 +0000 (10:51 +1000)
commit1cf591dc3d924176aab2dc143b60e7794a9d2fdb
tree593e572166edc959ec1e3ae9a8f6577e11b38efc
parent0863f8ba2cddf66ef4a4febcd1f7ad43fbe71f27
Switch to using a slice for tracking pending chunks. Saves massive amounts of memory.
client.go
client_test.go
piece.go
torrent.go