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

Make the key an arbitrary data type #7

Open
emiltayl opened this issue May 7, 2012 · 0 comments
Open

Make the key an arbitrary data type #7

emiltayl opened this issue May 7, 2012 · 0 comments
Assignees
Milestone

Comments

@emiltayl
Copy link
Owner

emiltayl commented May 7, 2012

Currently all keys have to be arrays of chars. However, if the user has to specify a hash function and compare-function upon creating the hash table, we might be able to make the key a void pointer. This will have to be looked at more before it is eventually implemented.

@ghost ghost assigned emiltayl May 7, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant