]> Sergey Matveev's repositories - btrtrc.git/commit
Change Peer._peerPieces to use raw roaring Bitmap type
authorMatt Joiner <anacrolix@gmail.com>
Tue, 5 Oct 2021 06:48:34 +0000 (17:48 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Tue, 5 Oct 2021 06:48:34 +0000 (17:48 +1100)
commitda1221dd50432c072a5aca0f1ddab9f329bc63ad
tree693b6865e6e09378dbe403ec19fd6c5befda120a
parent719d5c6400038534b59f996afc79bee8bf8dfe39
Change Peer._peerPieces to use raw roaring Bitmap type

The wrapper type was from when roaring didn't support zero-alloc initialization.
peerconn.go
test/transfer_test.go
torrent.go