rickchengx commented on PR #14053: URL: https://github.com/apache/dolphinscheduler/pull/14053#issuecomment-1535887338
> I'm not sure whether filter first and then forEach aims to avoid branch prediction overhead, but it seems that two regular matches cost a lot, either. cc @ruanwenjun Hi, @Radeity , thanks for you comment The `filter()` also needs to make regular judgments and processing for each line. I am not sure what branch prediction you are referring to. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
