dirkmc
dirkmc
Last week - merged PR to recognize when we've received a block that we want but haven't had a chance to ask for yet: https://github.com/ipfs/go-bitswap/pull/174 - opened issue to discuss...
Last week - [Implemented PoC](https://github.com/ipfs/go-bitswap/pull/189) of [Bitswap Protocol extensions](https://github.com/ipfs/go-bitswap/issues/186) This week - Improving PoC performance against Bitswap benchmarks
FYI I was working on improving the Bitswap benchmarks by making small modifications to the PoC, but it was too haphazard and buggy, so I'm going to do a proper...
With the latest changes the PoC seems stable, so I'm looking into improving performance. I created [an issue](https://github.com/ipfs/go-bitswap/issues/197) to discuss how we can improve the performance of bitswap's engine (ie...
Super helpful, thanks 👍
@moritonal that's very interesting, thank you for putting this together 👍 Could you go into more detail about the performance issues you are seeing with bitswap? Did you do any...
@andrew started work on a script we can use as the basis for generating a tree of files and dirs for performance testing. This makes 1024 files full of 1k...
Note that this is not a high priority for boost work as we found a more effective way to increase parallelization: increasing the worker count, rather than increasing the message...
No worries, should be a fairly straightforward fix, the complicating factor is that a bunch of the tests simulate parts of the libp2p stack by creating a fake ipfs object,...
Nice work Jim! I believe the reason we added the `targetPeerId` to `isDeltaInteresting()` was for the scenario where - Peer A would receive a state change whereby the only change...