-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expose max nesting depth in hash function to plugin (#2680)
* Expose max nesting depth in hash function to plugin Signed-off-by: Yan Feng <[email protected]> * Format C++ code Signed-off-by: Yan Feng <[email protected]> * Remove MAX_NESTED_DEPTH definition from xxhash64 Signed-off-by: Yan Feng <[email protected]> * Update src/main/cpp/src/HashJni.cpp Co-authored-by: Chong Gao <[email protected]> * Update src/main/cpp/src/HashJni.cpp Co-authored-by: Nghia Truong <[email protected]> * Rename MAX_NESTED_DEPTH to MAX_STACK_DEPTH Signed-off-by: Yan Feng <[email protected]> --------- Signed-off-by: Yan Feng <[email protected]> Co-authored-by: Chong Gao <[email protected]> Co-authored-by: Nghia Truong <[email protected]>
- Loading branch information
1 parent
de713e8
commit 32834e6
Showing
5 changed files
with
12 additions
and
4 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
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
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