rickchengx commented on PR #14053: URL: https://github.com/apache/dolphinscheduler/pull/14053#issuecomment-1535897464
> > I am not sure what branch prediction you are referring to. > > I refer to `if (matcher.find())` in forEach If there are a total of `N` lines in the log, and `M` lines have yarn app id. Then the previous complexity is `O(N+M)`, and now is `O(N)`, WDYT? -- 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]
