Common libraries and data structures for C.
-
Updated
Sep 17, 2024 - C
Common libraries and data structures for C.
Library of generic and type safe containers in pure C language (C99 or C11) for a wide collection of container (comparable to the C++ STL).
The FASTEST QUALITY hash function, random number generators (PRNG) and hash map.
Templated type-safe hashmap implementation in C using open addressing and linear probing for collision resolution.
Easy to use, modular, header only, macro based, generic and type-safe Data Structures in C
📶 A lock- and wait-free hashtable (and an array too)
Fast, multi-reader, multi-writer, lockless data structures for parallel programming
Fairly basic redis-like hashmap implementation on top of a epoll TCP server.
Ultra High-performance Lightweight Embedded and Server OLTP RDBMS✨
Robin Hood hash map library
Basic data structures in C: list, set, map/hashtable, queue... (libstdc++ wrapper)
My variant of the C Template Library
Very fast, high-quality hash function, discrete-incremental and streamed hashing-capable (non-cryptographic, inline C/C++) 26GB/s + PRNG
Generic type-safe vector, hash map, and concurrent queue for C
Typesafe, Generic & Extremely fast Dictionary in C 🚀
Algorithms and Data Structures implemented in C
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+
使用分离链接法实现散列表,使用散列表实现HashMap,原文地址:http://www.srcmini.com/1507.html
Add a description, image, and links to the hashmap topic page so that developers can more easily learn about it.
To associate your repository with the hashmap topic, visit your repo's landing page and select "manage topics."