This repository has been archived by the owner on Jul 21, 2023. It is now read-only.
Use only pull-streams, reduce memory usage and improve perf by a **lot** #73
Labels
exp/wizard
Extensive knowledge (implications, ramifications) required
help wanted
Seeking public contribution on this issue
P1
High: Likely tackled by core team if no one steps up
status/ready
Ready to be worked
long story short: libp2p-mplex has been around for a while, longer than our migration for pull-streams. Things work now but we know that using Readable Streams in the browser is a huge memory inefficiency and might cause bugs that we are not even aware right now.
Now that #68 #72 happened. We should upgrade the whole module to drop Readable Streams entirely.
The text was updated successfully, but these errors were encountered: