pjfanning opened a new pull request, #2306: URL: https://github.com/apache/pekko/pull/2306
* We use indexOfSlice in pekko-http * This specialized version should in theory be faster than the version that ByteString inherits from scala.Seq * I intend to some jmh benchmarking before looking to merge this * if the benchmarks look good, I may also try to override `def indexOfSlice(slice: ByteString, from: Int)` -- 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]
