JD557 commented on PR #1247: URL: https://github.com/apache/pekko/pull/1247#issuecomment-2057095962
So, I was doing some more tests with a specialized version of `indexWhere`, but that's noticeably slower (even though it's faster than `ByteIterator#indexWhere`). So I don't see many ways to reduce the duplication. As such, I'm not sure how to proceed with this PR: - Should I introduce a specialized `indexWhere` anyway, leading to code multiplication? - Do I keep the `indexOf` name (like the `ByteIterator` does) or do I name it something else? -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
