Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

Hash functions #10

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Hash functions #10

wants to merge 9 commits into from

Conversation

babakbehzad
Copy link
Collaborator

No description provided.

@zliuva
Copy link
Collaborator

zliuva commented Jun 30, 2013

+1

return *((size_t *) key) % capacity;
}

size_t xPear16(const void *x_copy, size_t capacity, int len) {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know you grabbed this code, but I'd prefer it to conform to our naming conventions (lowercase, underscored).

@seanfisk
Copy link
Owner

seanfisk commented Jul 2, 2013

+1 pending changes. Also make sure this is automatically mergeable by merging in master to this branch.

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

Successfully merging this pull request may close these issues.

3 participants