Our great sponsors
-
I did it when I implemented my own C++ hash table, and I was writing one in C as well but I never finished it unfortunately. If you are interested in the logic (and can read a bit of C++ templates nonsense) here's my C++ implementation.
-
If you want a generic, extremely high performance implementation. I really recommend khash: https://github.com/attractivechaos/klib/blob/master/khashl.h
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.
Related posts
- How to deal with libraries as an open source project?
- What if Linus Torvalds used C++ instead of C
- sqzlib - kseq compatible DNA fastA/Q encoding and compression library
- "Implementing Hash Tables in C" (an article I've drafter a few years ago, but never published it until... now)
- Metaprogramming custom control structures in C