Tony-X commented on issue #15552: URL: https://github.com/apache/lucene/issues/15552#issuecomment-3720233484
There are some relevant code in the AWS Java SDK v2 which seems to contain efforts to make the combining (reducing) routine faster. https://github.com/aws/aws-sdk-java-v2/blob/84d5c3453732268187920125c4ab796870618ebb/core/checksums/src/main/java/software/amazon/awssdk/checksums/internal/SdkCrc32Checksum.java#L590 https://github.com/aws/aws-sdk-java-v2/blob/master/core/checksums/src/main/java/software/amazon/awssdk/checksums/internal/CrcCombineChecksumUtil.java#L31 -- 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]
