You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, ZenFS uses readable-stream. This has caused a number of issues, including type incompatibility, maintenance overhead for dependency management, a convoluted streams API, and more.
Additionally, streams support and implementation is poor within ZenFS.
This meta-issue tracks a complete overhaul of ZenFS streams, including a full rewrite of readable-stream into @zenfs/streams. This overhaul will also include significant improvements of the internal handling of streams.
Also, this overhaul may include some things from other ZenFS packages:
Currently, ZenFS uses readable-stream. This has caused a number of issues, including type incompatibility, maintenance overhead for dependency management, a convoluted streams API, and more.
Additionally, streams support and implementation is poor within ZenFS.
This meta-issue tracks a complete overhaul of ZenFS streams, including a full rewrite of
readable-stream
into@zenfs/streams
. This overhaul will also include significant improvements of the internal handling of streams.Also, this overhaul may include some things from other ZenFS packages:
The text was updated successfully, but these errors were encountered: