-
Notifications
You must be signed in to change notification settings - Fork 9
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
Conversation
6c30b77
to
5d4a6ab
Compare
CodSpeed Performance ReportMerging #86 will not alter performanceComparing Summary
|
137df95
to
f9e1999
Compare
src/concat_source.rs
Outdated
let mut need_to_close_mapping = false; | ||
|
||
let result = self | ||
.children |
There was a problem hiding this comment.
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.
ece4237
to
1e5a3a4
Compare
1e5a3a4
to
3382e9e
Compare
No description provided.