js-waku
js-waku copied to clipboard
investigate performance for `pipe()`
Problem
With the investigation https://github.com/waku-org/js-waku/issues/1465#issuecomment-1674471622, we saw that the delays in lightpush.send()
are considerably tied with how long the execution of pipe()
takes
Proposed Solutions
Investigate if we can cut down the time taken for its execution
Notes
- ref https://github.com/waku-org/js-waku/issues/1465