js-waku icon indicating copy to clipboard operation
js-waku copied to clipboard

investigate performance for `pipe()`

Open danisharora099 opened this issue 1 year ago • 0 comments

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

danisharora099 avatar Sep 07 '23 19:09 danisharora099