Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
741 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 19 commits in 1 repository
Created 1 repository
Opened 3 pull requests in 1 repository
saferwall/saferwall
2
merged
1
closed
Reviewed 1 pull request in 1 repository
saferwall/saferwall 1 pull request
Created an issue in sheredom/hashmap.h that received 2 comments
Integers as keys in the hashmap.
Hey @sheredom If I want to make this hashmap take integers instead of char*. Can I just use the Robert Jenkins' 32 bit Mix Function and Knuth's mul…