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

optimize murmurhash64A with SIMD #1941

Closed

Conversation

Dragonliu2018
Copy link

@Dragonliu2018 Dragonliu2018 commented Apr 26, 2024

Task Description

close #1939

Solution Description

Hashing with SIMD instructions: process multiple fix-length(such as 1, 2, 4, 8 bytes and etc.) data elements simultaneously in a single instruction for parallel acceleration.

Passed Regressions

Upgrade Compatibility

Other Information

Release Note

@CLAassistant
Copy link

CLAassistant commented Apr 26, 2024

CLA assistant check
All committers have signed the CLA.

@Dragonliu2018 Dragonliu2018 force-pushed the dragonliu/murmurhash_simd branch 3 times, most recently from 32e233a to 7942661 Compare April 26, 2024 10:16
@hnwyllmm
Copy link
Contributor

The compile issue has been fixed. Could you refresh master branch?

/home/runner/work/oceanbase/oceanbase/src/logservice/libobcdc/src/ob_log_instance.cpp:1708:87: error: use of undeclared identifier 'EPUT'
    if (EINSERT == record_type || EUPDATE == record_type || EDELETE == record_type || EPUT == record_type) {
                                                                                      ^
/home/runner/work/oceanbase/oceanbase/src/logservice/libobcdc/src/ob_log_instance.cpp:1821:87: error: use of undeclared identifier 'EPUT'
    if (EINSERT == record_type || EUPDATE == record_type || EDELETE == record_type || EPUT == record_type) {
                                                                                      ^

@Dragonliu2018
Copy link
Author

The compile issue has been fixed. Could you refresh master branch?

/home/runner/work/oceanbase/oceanbase/src/logservice/libobcdc/src/ob_log_instance.cpp:1708:87: error: use of undeclared identifier 'EPUT'
    if (EINSERT == record_type || EUPDATE == record_type || EDELETE == record_type || EPUT == record_type) {
                                                                                      ^
/home/runner/work/oceanbase/oceanbase/src/logservice/libobcdc/src/ob_log_instance.cpp:1821:87: error: use of undeclared identifier 'EPUT'
    if (EINSERT == record_type || EUPDATE == record_type || EDELETE == record_type || EPUT == record_type) {
                                                                                      ^

My mentor added the code in the internal repo, I just close this pr?

@hnwyllmm
Copy link
Contributor

OK. Sorry for late response.

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

Successfully merging this pull request may close these issues.

None yet

6 participants