uthash
Hash table utility library
A collection of reusable data structures and macros to simplify hash table implementation in C
C macros for hash tables and more
4k stars
135 watching
923 forks
Language: C
last commit: about 1 month ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
watmough/jwhash | A simple hash table implementation for storing and retrieving various data types in C. | 216 |
fniephaus/alfred-travis-ci | A tool to integrate Travis CI build statuses into Alfred workflows. | 11 |
richelbilderbeek/travis_gcc_cpp17 | A simple C++17 project to test and demonstrate a clean Travis CI build with GCC compiler. | 21 |
jamesroutley/write-a-hash-table | Implementing an open-addressed, double-hashed hash table in C | 3,491 |
tessil/hopscotch-map | A fast hash map and hash set implementation using hopscotch hashing | 729 |
raymondjcox/hub-ci-zsh-plugin | Displays CI status in a zsh theme | 0 |
okdshin/picosha2 | A lightweight C++ library for generating SHA256 hashes from various inputs | 662 |
shdown/luastatus | Generates dynamic status bar content using Lua and customizable event-driven plugins. | 293 |
ureesoriano/zsh-ubuntu-with-vitamins-zim-theme | A custom Zsh theme providing visual cues for Git repository status and health. | 0 |
martinus/unordered_dense | A hash map and hash set implementation with optimized storage and deletion algorithms | 942 |
wangyi-fudan/wyhash | Provides fast and simple hashing functions and random number generators for various programming languages. | 970 |
curryeleison/zsh-asdf-prompt | Displays tool version information for users of the ASDF-VM in their Z shell prompt. | 8 |
imkcat/catcrypto | A comprehensive C library providing various hashing and encryption functions | 70 |
trimstray/massh-enum | Identifies and exploits a vulnerability in OpenSSH versions 2.3 to 7.4 allowing mass username enumeration. | 146 |
ron4fun/hashlibplus | A C++11 hashing library providing a fluent interface for various hash algorithms and functions | 29 |