Browse Source
PR #3957 improved performance considerably, however we still look over the entire message for the message separator. If instead we just look in the incrementally read data, we remove the quadratic behavior for large messages. This is safe since we then loop over the messages which would drain any message separator from the buffer before we attempt the next read. Changelog-Fixed: bcli: Significant speedups for block synchronizationbump-pyln-proto
Christian Decker
5 years ago
1 changed files with 27 additions and 15 deletions
Loading…
Reference in new issue