icexelloss commented on code in PR #13880:
URL: https://github.com/apache/arrow/pull/13880#discussion_r946909795
##########
cpp/src/arrow/compute/exec/asof_join_node.cc:
##########
@@ -137,18 +167,84 @@ struct MemoStore {
}
};
+// a specialized higher-performance variation of Hashing64 logic
Review Comment:
Can you explain the difference between this and the existing Hashing64
classes and why it is faster?
--
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]