Awesome Open Source
Search
Programming Languages
Languages
All Categories
Categories
About
Search results for c hashtable
c
x
hashtable
x
39 search results found
Write A Hash Table
⭐
2,439
✏️ Learn how to write a hash table in C
Sc
⭐
2,123
Common libraries and data structures for C.
Cachegrand
⭐
947
cachegrand - a modern data ingestion, processing and serving platform built for today's hardware
Qlibc
⭐
879
qLibc is a simple and yet powerful C library providing generic data structures and algorithms.
Hashmap.c
⭐
654
Hash map implementation in C.
C Macro Collections
⭐
438
Easy to use, modular, header only, macro based, generic and type-safe Data Structures in C
Libhl
⭐
382
Simple and fast C library implementing a thread-safe API to manage hash-tables, linked lists, lock-free ring buffers and queues
Sharedhashfile
⭐
372
Share Hash Tables With Stable Key Hints Stored In Memory Mapped Files Between Arbitrary Processes
Kissdb
⭐
333
(Keep It) Simple Stupid Database
Dnsmasq
⭐
277
dnsmasq fork with fast ipset/server/address lookup
Libdict
⭐
219
C library of key-value data structures.
Hat Trie
⭐
219
An efficient trie implementation.
Jwhash
⭐
212
Simple hash table implementation for C.
Sdb
⭐
212
Simple and fast string based key-value database with support for arrays and json
Komihash
⭐
148
Very fast, high-quality hash function, discrete-incremental and streamed hashing-capable (non-cryptographic, inline C/C++) 26GB/s + PRNG
Diskhash
⭐
126
Diskbased (persistent) hashtable
Localmemcache
⭐
116
mmap -> lmc_valloc -> hashtable. BAM database
Cfish
⭐
115
C port of Stockfish
Ascylib
⭐
110
ASCYLIB (with OPTIK) is a concurrent-search data-structure library with over 40 implementantions of linked lists, hash tables, skip lists, binary search trees, queues, and stacks.
Mulle Concurrent
⭐
104
📶 A lock- and wait-free hashtable (and an array too)
Hamt
⭐
102
Hash Array Mapped Trie (C++ Templates)
Compareintegermaps
⭐
102
Generates benchmark data for two different data structures, then renders some graphs.
Cc
⭐
81
A small, usability-oriented generic container library.
Clht
⭐
72
CLHT is a very fast and scalable (lock-based and lock-free) concurrent hash table with cache-line sized buckets.
Hashtable
⭐
72
Async hash table server in C
Swisstable
⭐
66
Access Abseil Swiss Tables from C
Cstl
⭐
61
facil.io C STL - a Server Toolbox Library for C, including JSON processing, hash maps, dynamic arrays, binary strings and more.
Cdcontainers
⭐
60
Library of data containers and data structures for C programming language.
Chdb
⭐
58
A fast read-only memory mapped hash-table for PHP
Libsupport
⭐
53
a library of useful C utilities
Mod_evasive
⭐
52
Apache mod_evasive module
Ds
⭐
46
🔗 Common Data Structures and Algorithms
Microdict
⭐
41
A high performance python hash table library that is generally faster and consumes significantly less memory than Python Dictionaries
C Hashtable
⭐
39
Git mirror of the hash table data structure in C by Christopher Clark ⛺
Adif
⭐
36
用标准c语言开发的常用数据结构和算法基础库,作为应用程序开发接口基础库,为编写高性能程序提供便利,可
Atomic_hash
⭐
33
A lock-free hash table that eanble multiple threads can concurrently read/write/delete up to 10M ops/s in mordern computer platform
Uthash
⭐
33
A GIT clone of uthash.sourceforge.net, a hash table, implemented in C, supporting constant-time add/find/remove of C structures. Any structure having a unique, arbitrarily-typed key member can be hashed by adding a UT_hash_handle member to the structure and calling these macros.
Llvm Statepoint Utils
⭐
31
Runtime support for LLVM's GC Statepoints
Hash_table
⭐
31
A simple C hash table (open addressing and rehashing) for embedding into projects
Abstract Data Types
⭐
30
A set of efficient data structures in C, created in a generic way
Hashdict.c
⭐
28
This is my REALLY FAST implementation of a hash table in C, in 150 lines of code.
Coucal
⭐
24
Cuckoo Hashtable C Library
C Data Structures
⭐
22
Common data structures implemented in C
Alx Low_level_programming
⭐
22
Multiple Projects done in C programming language during the ALX-low_level_programming Track , cohort 5
Verstable
⭐
21
A versatile, performance-oriented generic hash table library for C.
Libcdada
⭐
19
Basic data structures in C: list, set, map/hashtable, queue... (libstdc++ wrapper)
Jelly Hash
⭐
19
Low memory multithreaded hash table
Datastructure
⭐
19
implementation of Datastructure in C/C++ Programming Language
Tcp_probe_plus
⭐
18
Ctl
⭐
17
My variant of the C Template Library
Octothorpe
⭐
17
C dictionary implementation with a dual-key hash function.
Pg_auth_mon
⭐
16
Postgres extension for monitoring client authentication attempts
R Array Hash
⭐
16
R with Array Hash Tables
Atomic_hashtable
⭐
16
atomic_hashtable for C, fast movement for read, write, and delete without locking while multithreading purposes, Simple and Stable
Ukkonen Suffixtree
⭐
14
A C implementation of Ukkonen's suffix tree-building algorithm, with test suite and tree print.
Networking Stuff
⭐
14
Jksn
⭐
13
JKSN Compressed Serialize Notation -- Yet another binary JSON
Nildb
⭐
11
An efficient hashed key/value database
Linuxc
⭐
11
Linux C program collection
Inmemory_kv
⭐
10
Simple ruby inmemory string=>string "off-heap" hash
Zix
⭐
9
A lightweight C library of portability wrappers and data structures
Djbhash
⭐
9
A simple c hash implementation using the DJB string hashing function.
Hashtable
⭐
9
Hashtable implementation in C
Cdb
⭐
9
Constant Database Clone
C Programming For Interviews
⭐
8
Learn C programming with algos to crack programming interviews
Data Structures And Algorithms In C
⭐
8
📘📚🔡 Some famous and really basic algorithms and data structures implemented in C
Abstract Data Types
⭐
7
A collection of efficient abstract data types in C
Cachehash
⭐
7
An efficient C hash-table like data structure with static size that evicts LRU object on insertion
Data Structures And Algorithms
⭐
7
==> I made this repository to post my code and document my progress while Learning data structures and algorithms concepts in this repository, I covered the complete data structures and algorithms
Old_wsprcan
⭐
7
A basic decoder for K1JT's WSPR mode written in C.
Lem In
⭐
7
This project is meant to make you code an ant farm manager - 42 Silicon Valley
Mud Play
⭐
6
embedded lisp-like; doing black magic
Datatypes
⭐
6
A collection of various datatypes in C (linked lists, stack, queue, red-black tree, hash table and associated array).
Dns Proxy
⭐
6
Caching Dns proxy for GNU/Linux
Libcuckoo
⭐
6
Chashtable
⭐
6
C Hashtable implementation by Christopher Clark
Mulle Container
⭐
6
🛄 Sets, hashtables, arrays and more - written in C
Clib
⭐
6
Eliot's C library of hacks
Sdb
⭐
5
Simple string-based Key/Value database
Xhash
⭐
5
super tiny hash table
Stateful_firewall
⭐
5
Stateful Firewall: TCP, UDP and ICMP.
Nilorea Library
⭐
5
C tools that are usable as a collection of .c .h or a shared library/dll
Rsht
⭐
5
really simple hash table
Btree
⭐
5
Dictionary
⭐
5
Generic C Dictionary / Hash Table
Related Searches
C Kernel (12,842)
C Video Game (4,242)
C Driver (4,106)
Python C (3,641)
C Firmware (3,545)
C Arduino (3,118)
C Usb (2,589)
C Arm (2,566)
C Command Line (2,475)
C Algorithms (2,354)
1-39 of 39 search results
Privacy
|
About
|
Terms
|
Follow Us On Twitter
Copyright 2018-2024 Awesome Open Source. All rights reserved.