SaaSHub helps you find the best software and product alternatives Learn more →
Top 8 C Hashtable Projects
-
Project mention: So what's the best data structures and algorithms library for C? | /r/C_Programming | 2023-03-15
It could be that the cost of the function calls, either directly or via a pointer, is drowned out by the cost of the one or more cache misses inevitably invoked with every hash table lookup. But I don't want to say too much before I've finished my benchmarking project and published the results. So let me just caution against laser-focusing on whether the comparator and hash function are/can be inlined. For example stb_ds uses a hardcoded hash function that presumably gets inlined, but in my benchmarking (again, I'll publish it here in coming weeks) shows it to be generally a poor performer (in comparison to not just CC, the current version of which doesn't necessarily inline those functions, but also STC, khash, and the C++ Robin Hood hash tables I tested).
-
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
-
C Container Template Library, Rurban Variant (CTL) - The page for unordered_map reads "Implementation in work still".
-
-
Harbol
Harbol is a collection of data structure and miscellaneous libraries, similar in nature to C++'s Boost, STL, and GNOME's GLib but for C99+ (by assyrianic)
-
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
Generic-C-DataStructures
A repository for code I wrote while learning to implement generic data structures in C
C Hashtable related posts
- Ultra-light hashtable
- Light-weight closed-addressing hashtable
- C_dictionary: A simple dynamically typed and sized hashmap in C - feedback welcome
- Closed-addressing hashtables implementation
- C LIBRARY
- C++ containers but in C
- What if Linus Torvalds used C++ instead of C
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007f0920bf7e00>
www.saashub.com | 8 Jun 2023
Index
What are some of the best open-source Hashtable projects in C? This list will help you:
Project | Stars | |
---|---|---|
1 | Klib | 3,797 |
2 | sc | 1,982 |
3 | diskhash | 145 |
4 | ctl | 122 |
5 | hatrack | 63 |
6 | Harbol | 21 |
7 | TableC | 20 |
8 | Generic-C-DataStructures | 0 |