Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Java] Improve the performance of RangeEqualVisitor for comparing variable-width vectors #22609

Closed
asfimport opened this issue Aug 13, 2019 · 1 comment

Comments

@asfimport
Copy link

Two improvements:

  1. Compare the whole range of the data buffer, instead of comparing individual elements.
  2. If two elements are of different sizes, there is no need to compare them.

Reporter: Liya Fan / @liyafan82
Assignee: Liya Fan / @liyafan82

PRs and other links:

Note: This issue was originally created as ARROW-6221. Please see the migration documentation for further details.

@asfimport
Copy link
Author

Liya Fan / @liyafan82:
According to the discussion in https://lists.apache.org/thread.html/8de66a11b0256d2c81aa767f9ad3b4501829707bf16fb80bbb927f72@%3Cdev.arrow.apache.org%3E
The code in the PR is not applicable. So we close it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants