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

feat: parallel call stream_chunks of childern #86

Closed
wants to merge 9 commits into from

Conversation

SyMind
Copy link
Member

@SyMind SyMind commented Feb 1, 2024

No description provided.

Copy link

codspeed-hq bot commented Feb 1, 2024

CodSpeed Performance Report

Merging #86 will not alter performance

Comparing SyMind:try-to-parallel (d52d730) with main (0814c68)

Summary

✅ 4 untouched benchmarks

let mut need_to_close_mapping = false;

let result = self
.children
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should filter out children that just strings or shallow, because spawning thread will out weight the processing.

You should also checkout #72 for concat source because concat source is not optimized for this kind of computation yet.

@SyMind SyMind closed this Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants