pjfanning opened a new pull request, #2148: URL: https://github.com/apache/pekko/pull/2148
* follow up to https://github.com/apache/pekko/pull/1247 * WIP * So far, just Scala 2.13 version of ByteString updated * I haven't changed the ByteStrings impl either. That is going to be somewhat more complicated * I haven't yet changed the `indexOf[B >: Byte](elem: B, from: Int)` because some bitwise functions don't work unless you convert the elem to a Byte and that may not be something we want * aim is first to see if this breaks any tests and then to try the benchmarks to see if this even helps * based on Netty SWAR code and if this proves useful, I will update our LICENSE and NOTICE to acknowledge the borrowed code -- 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]
