-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARROW-85: memcmp can be avoided in Equal when comparing with the same …
Avoid memcmp when possible, if the two underlying buffers are the same. Author: Kai Zheng <kai.zheng@intel.com> Closes #57 from drankye/upstream and squashes the following commits: 2a70944 [Kai Zheng] Free test buffers afterwards 6a8bef5 [Kai Zheng] Fixed some comments b83f989 [Kai Zheng] ARROW-85. Corrected another format issue by clang-format 0ddcd01 [Kai Zheng] ARROW-85. Fixed another format issue 1b48663 [Kai Zheng] ARROW-85. Fixed checking styles 9f239a3 [Kai Zheng] ARROW-85. Added tests for Buffer and the new behavior 4d04c27 [Kai Zheng] ARROW-85 memcmp can be avoided in Equal when comparing with the same Buffer
- Loading branch information
Showing
2 changed files
with
49 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters