]> Sergey Matveev's repositories - btrtrc.git/history - request-strategy
Optimize peersForPieces allocations for make and sorting
[btrtrc.git] / request-strategy /
2021-09-10 Matt JoinerOptimize peersForPieces allocations for make and sorting
2021-09-10 Matt JoinerDisable ensureValidSortedPeersForPieceRequests
2021-09-10 Matt JoinerOptimize sortPeersForPiece in allocatePendingChunks
2021-08-01 Matt JoinerMinimize allocations and resizing in request computation
2021-06-21 Matt JoinerMerge branch 'request-strategy-rewrite'
2021-06-07 Matt JoinerFix issue with duplicate preallocated requests
2021-06-07 Matt JoinerDon't always force piece reallocation
2021-06-07 Matt JoinerAdd client-level max unverified bytes
2021-06-07 Matt JoinerGet max unverified bytes working
2021-06-07 Matt JoinerPrepare to implement max unverified bytes
2021-06-07 Matt JoinerDo checks for preallocated requests too
2021-06-07 Matt JoinerFix non-deterministic test
2021-06-07 Matt JoinerGet request rebalancing working optimally!
2021-06-07 Matt JoinerMove piece allocation to its own func
2021-06-07 Matt JoinerNew tests and fixes for them
2021-06-07 Matt JoinerAdd a working request strategy test
2021-06-07 Matt JoinerExtract request strategy stuff into a separate module