Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: drop block-stream, drop streamx #185

Merged
merged 1 commit into from
Nov 10, 2022

Conversation

ThaUnknown
Copy link
Member

@ThaUnknown ThaUnknown commented Nov 3, 2022

What is the purpose of this pull request? (put an "X" next to item)

[ ] Documentation update
[ ] Bug fix
[ ] New feature
[ ] Other, please explain:

What changes did you make? (Give an overview)
Replaced block-stream with block-iterator it's ~~ 20% faster when using forawait. Full replace because the original repo no longer exists. Replaced all streams with iterators removing all stream dependecies, feels kind of dumb as we just migrated from readable-stream to streamx lol. once is also dropped as it's no longer needed.
Which issue (if any) does this pull request address?
webtorrent/webtorrent#1971
https://github.com/webtorrent/create-torrent/pull/115/files [closes]

@ThaUnknown ThaUnknown changed the title fix: drop block-stream fix: drop block-stream, drop streamx Nov 6, 2022
@ThaUnknown ThaUnknown merged commit 4e0669c into webtorrent:master Nov 10, 2022
webtorrent-bot pushed a commit that referenced this pull request Nov 10, 2022
## [5.0.7](v5.0.6...v5.0.7) (2022-11-10)

### Bug Fixes

* drop block-stream, drop streamx ([#185](#185)) ([4e0669c](4e0669c))
@webtorrent-bot
Copy link

🎉 This PR is included in version 5.0.7 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants