这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@devi
Copy link
Contributor

@devi devi commented Jul 14, 2014

Simplified add64 function while still maintain overflow.

@dchest
Copy link
Owner

dchest commented Jul 14, 2014

What I liked in 16-bit addition is that it had no branches. This change introduces a data-dependent branch into hash function (rotation also has a branch, but it's not data-dependent, as we rotate by a know amount of bits). What do you think?

@devi
Copy link
Contributor Author

devi commented Jul 15, 2014

You're right. It's getting slow after several testing.
Closing this PR.

@devi devi closed this Jul 15, 2014
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.

2 participants