Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

fix: remove it-pipe #69

Merged
merged 1 commit into from
Mar 2, 2023
Merged

fix: remove it-pipe #69

merged 1 commit into from
Mar 2, 2023

Conversation

achingbrain
Copy link
Member

Every iteration of every pipeline function in it-pipe crosses an async boundary so it can harm performance if your pipleline would otherwise be synchronous.

Fixes #44

Every iteration of every pipeline function in `it-pipe` crosses an
async boundary so it can harm performance if your pipleline would
otherwise be synchronous.

Fixes #44
@achingbrain achingbrain merged commit dcf2e8e into master Mar 2, 2023
@achingbrain achingbrain deleted the fix/remove-it-pipe branch March 2, 2023 12:07
github-actions bot pushed a commit that referenced this pull request Mar 2, 2023
## [6.0.4](v6.0.3...v6.0.4) (2023-03-02)

### Bug Fixes

* remove it-pipe ([#69](#69)) ([dcf2e8e](dcf2e8e)), closes [#44](#44)
@github-actions
Copy link

github-actions bot commented Mar 2, 2023

🎉 This PR is included in version 6.0.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

Reconsider use of pipe
1 participant