https://github.com/raedaddala/hashtable-cpp
A generic Hash Table implemented in CPP
https://github.com/raedaddala/hashtable-cpp
cache cache-friendly cmake cpp generic hashtable memory-optimization optimization optimized template
Last synced: 6 months ago
JSON representation
A generic Hash Table implemented in CPP
- Host: GitHub
- URL: https://github.com/raedaddala/hashtable-cpp
- Owner: RaedAddala
- License: mit
- Created: 2023-10-26T13:12:16.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-19T20:26:10.000Z (about 1 year ago)
- Last Synced: 2024-05-19T21:31:49.000Z (about 1 year ago)
- Topics: cache, cache-friendly, cmake, cpp, generic, hashtable, memory-optimization, optimization, optimized, template
- Language: C++
- Homepage:
- Size: 5.86 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HashTable-CPP
I am planning on implementing a generic Hashtable in CPP and optimizing my data structure in terms of performance and memory as well as cache locality.
I am still experimenting with it and due to my commitments, I am putting it on hold for some time.