mzabaluev commented on issue #1318: URL: https://github.com/apache/auron/issues/1318#issuecomment-3314966600
There may be another happy path alternative for the primary loop: if both pointers happen to be aligned to 8 (as they would be if the offset of a slice in the key buffer is 0), you could perform aligned reads into `u64`. But this needs to be profiled on realistic workloads, as too many branches may degrade performance for small inputs. -- 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]
