kaivalnp opened a new pull request, #15303: URL: https://github.com/apache/lucene/pull/15303
### Description [`NumericUtils#subtract`](https://github.com/apache/lucene/blob/5249ab91f4b9198ffb01bddefb9b1148f3d23b6a/lucene/core/src/java/org/apache/lucene/util/NumericUtils.java#L94) and [`NumericUtils#add`](https://github.com/apache/lucene/blob/5249ab91f4b9198ffb01bddefb9b1148f3d23b6a/lucene/core/src/java/org/apache/lucene/util/NumericUtils.java#L117) perform their respective operations on two byte arrays (treating them as large unsigned numbers) and store the result in another byte array. These are performed byte-by-byte, can we speed them up by operating on integers? -- 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]
