ChainSafe / js-libp2p-yamux

Typescript implementation of Yamux
Other
10 stars 8 forks source link

feat: add message byte batching #58

Closed wemeetagain closed 4 months ago

wemeetagain commented 10 months ago

cc @achingbrain I haven't been able to replicate the benefits, and the benchmarks still show mplex being faster in apples to apples comparisons In many cases this is significantly worse

achingbrain commented 4 months ago

This was a red herring in the end - the bottleneck was caused by not increasing the send window early enough.

Closing this PR...