Topic: "hashtable"
teivah/algodeck
An Open-Source Collection of Flash Cards to Help You Preparing Your Algorithms & Data Structures and System Design Interviews 💯
Language: HTML - Size: 13.7 MB - Last synced at: 5 days ago - Pushed at: 15 days ago - Stars: 5,783 - Forks: 571
attractivechaos/klib
A standalone and lightweight C library
Language: C - Size: 1.21 MB - Last synced at: about 18 hours ago - Pushed at: 2 days ago - Stars: 4,583 - Forks: 585
xacrimon/dashmap
Blazing fast concurrent HashMap for Rust.
Language: Rust - Size: 644 KB - Last synced at: 26 days ago - Pushed at: 10 months ago - Stars: 3,802 - Forks: 177
srdja/Collections-C
A library of generic data structures for the C language.
Language: C - Size: 1.7 MB - Last synced at: 4 months ago - Pushed at: 6 months ago - Stars: 2,942 - Forks: 332
tezc/sc
Common libraries and data structures for C.
Language: C - Size: 815 KB - Last synced at: 7 months ago - Pushed at: 10 months ago - Stars: 2,478 - Forks: 281
indexmap-rs/indexmap
A hash table with consistent order and fast iteration; access items by key or sequence index
Language: Rust - Size: 1.23 MB - Last synced at: 3 days ago - Pushed at: 21 days ago - Stars: 2,256 - Forks: 186
wolkykim/qlibc
qLibc is a simple and yet powerful C library providing generic data structures and algorithms.
Language: C - Size: 4.33 MB - Last synced at: 27 days ago - Pushed at: about 1 month ago - Stars: 1,006 - Forks: 171
tidwall/hashmap.c
Hash map implementation in C.
Language: C - Size: 22.5 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 949 - Forks: 129
dolthub/swiss 📦
Golang port of Abseil's SwissTable
Language: Go - Size: 34.2 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 824 - Forks: 42
ibraheemdev/papaya
A fast and ergonomic concurrent hashmap for read-heavy workloads.
Language: Rust - Size: 451 KB - Last synced at: 2 months ago - Pushed at: 5 months ago - Stars: 809 - Forks: 26
NVIDIA/cuCollections
Language: C++ - Size: 6.74 MB - Last synced at: 3 days ago - Pushed at: 4 days ago - Stars: 606 - Forks: 102
MichaelJWelsh/cdsa
A library of generic intrusive data structures and algorithms in ANSI C
Language: C - Size: 179 KB - Last synced at: 7 months ago - Pushed at: almost 8 years ago - Stars: 605 - Forks: 47
hornhuang/android_interviews
🚀Everything you need to know to find an android job. 算法 / 面试题 / Android 知识点 🔥🔥🔥 总结不易,你的 star 是我最大的动力!
Language: HTML - Size: 164 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 574 - Forks: 84
timtadh/data-structures
Go datastructures.
Language: Go - Size: 1.19 MB - Last synced at: 4 months ago - Pushed at: about 3 years ago - Stars: 418 - Forks: 81
jhuckaby/megahash
A super-fast C++ hash table with Node.js wrapper, tested up to 1 billion keys.
Language: JavaScript - Size: 195 KB - Last synced at: 7 months ago - Pushed at: almost 2 years ago - Stars: 412 - Forks: 31
SergeyMakeev/ExcaliburHash
Excalibur Hash is a high-speed hash map and hash set, ideal for performance-critical uses like video games
Language: C++ - Size: 5.06 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 331 - Forks: 9
ronomon/hash-table
Fast, reliable cuckoo hash table for Node.js.
Language: JavaScript - Size: 45.9 KB - Last synced at: 3 months ago - Pushed at: about 4 years ago - Stars: 303 - Forks: 13
fmela/libdict
C library of key-value data structures.
Language: C - Size: 690 KB - Last synced at: over 1 year ago - Pushed at: almost 6 years ago - Stars: 282 - Forks: 72
rurban/ctl Fork of glouw/ctl
My variant of the C Template Library
Language: C - Size: 26.3 MB - Last synced at: 2 months ago - Pushed at: 6 months ago - Stars: 271 - Forks: 18
dadhi/ImTools
Fast and memory-efficient immutable collections and helper data structures
Language: C# - Size: 8.53 MB - Last synced at: 4 days ago - Pushed at: 3 months ago - Stars: 248 - Forks: 10
radareorg/sdb
Simple and fast string based key-value database with support for arrays and json
Language: C - Size: 2.25 MB - Last synced at: 4 days ago - Pushed at: 5 days ago - Stars: 225 - Forks: 62
tidwall/hashmap
A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.
Language: Go - Size: 34.2 KB - Last synced at: 5 months ago - Pushed at: over 2 years ago - Stars: 218 - Forks: 10
rigtorp/HashMap
An open addressing linear probing hash table, tuned for delete heavy workloads
Language: C++ - Size: 38.1 KB - Last synced at: 2 months ago - Pushed at: about 2 years ago - Stars: 210 - Forks: 33
microsoft/L4
L4 (Lock-Free on Read) Hashtable is a C++ library that implements hash table with arbitray byte stream keys/values.
Language: C++ - Size: 142 KB - Last synced at: 12 days ago - Pushed at: about 3 years ago - Stars: 208 - Forks: 46
NVIDIA-Merlin/HierarchicalKV
HierarchicalKV is a part of NVIDIA Merlin and provides hierarchical key-value storage to meet RecSys requirements. The key capability of HierarchicalKV is to store key-value feature-embeddings on high-bandwidth memory (HBM) of GPUs and in host memory. It also can be used as a generic key-value storage.
Language: Cuda - Size: 6.77 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 175 - Forks: 30
betomoedano/JavaScript-Coding-Interview-Questions
100+ coding interview questions related to algorithms and data structures.
Language: JavaScript - Size: 6.04 MB - Last synced at: 5 months ago - Pushed at: over 1 year ago - Stars: 171 - Forks: 29
luispedro/diskhash
Diskbased (persistent) hashtable
Language: C - Size: 98.6 KB - Last synced at: 27 days ago - Pushed at: about 1 year ago - Stars: 165 - Forks: 27
rimbu-org/rimbu
Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Language: TypeScript - Size: 83.6 MB - Last synced at: 23 days ago - Pushed at: 25 days ago - Stars: 139 - Forks: 9
ivanmmarkovic/Problem-Solving-with-Algorithms-and-Data-Structures-using-Python
Code from Problem Solving with Algorithms and Data Structures using Python
Language: Python - Size: 478 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 133 - Forks: 40
MengRao/str
A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching
Language: C++ - Size: 179 KB - Last synced at: 8 months ago - Pushed at: over 4 years ago - Stars: 129 - Forks: 32
kehengzhong/adif
用标准c语言开发的常用数据结构和算法基础库,作为应用程序开发接口基础库,为编写高性能程序提供便利,可极大地缩短软件项目的开发周期,提升工程开发效率,并确保软件系统运行的可靠性、稳定性。
Language: C - Size: 1.35 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 114 - Forks: 46
google/hashtable-benchmarks
Language: Jupyter Notebook - Size: 1.92 MB - Last synced at: 1 day ago - Pushed at: almost 2 years ago - Stars: 112 - Forks: 17
taviso/swisstable
Access Abseil Swiss Tables from C
Language: C - Size: 19.5 KB - Last synced at: 9 months ago - Pushed at: about 4 years ago - Stars: 110 - Forks: 14
facil-io/cstl
facil.io C STL - a Server Toolbox Library for C, including JSON processing, hash maps, dynamic arrays, binary strings and more.
Language: C - Size: 18.6 MB - Last synced at: 6 days ago - Pushed at: 7 days ago - Stars: 108 - Forks: 7
Thermadiag/seq
The seq library is a collection of original C++17 STL-like containers and related tools
Language: C++ - Size: 25.6 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 99 - Forks: 2
viega/hatrack
Fast, multi-reader, multi-writer, lockless data structures for parallel programming
Language: C - Size: 1.32 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 76 - Forks: 6
dizballanze/hashtable
Async hash table server in C
Language: C - Size: 340 KB - Last synced at: 3 months ago - Pushed at: over 7 years ago - Stars: 75 - Forks: 47
jackzhenguo/leetcode-csharp
solutions using C# for leetcode according to tags of questions, updating everyday. My contact info: guozhennianhua@163.com or my blog: http://blog.csdn.net/daigualu
Language: C# - Size: 21 MB - Last synced at: 3 months ago - Pushed at: over 8 years ago - Stars: 73 - Forks: 26
bluuewhale/hash-smith
Fast & memory efficient hash tables for Java
Language: Java - Size: 3.59 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 70 - Forks: 4
bhhbazinga/LockFreeHashTable
Lock Free Resizable Hash Table Based On Split-Ordered Lists.
Language: C++ - Size: 64.5 KB - Last synced at: 6 months ago - Pushed at: almost 6 years ago - Stars: 67 - Forks: 9
xincao9/dkv
对象存储 - 日志结构哈希表
Language: Go - Size: 19.1 MB - Last synced at: 6 months ago - Pushed at: over 2 years ago - Stars: 63 - Forks: 4
telekons/42nd-at-threadmill
A SIMD-accelerated concurrent hash table.
Language: Common Lisp - Size: 464 KB - Last synced at: 6 months ago - Pushed at: about 3 years ago - Stars: 63 - Forks: 6
bzdgn/data-structures-in-java
Data structures in detail with java implementations
Language: Java - Size: 104 KB - Last synced at: 9 months ago - Pushed at: about 6 years ago - Stars: 58 - Forks: 28
adamwalker/clash-utils
A collection of reusable Clash designs/examples
Language: Haskell - Size: 522 KB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 53 - Forks: 10
cosmic-code-09/DataStructure
implementation of Datastructure in C/C++ Programming Language
Language: C - Size: 389 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 51 - Forks: 26
ishaan007/Data-Structures
Algorithmic Problems Solutions -- hash table code featured in geeksforgeeks
Language: Java - Size: 44.9 KB - Last synced at: almost 3 years ago - Pushed at: over 4 years ago - Stars: 44 - Forks: 50
LKedward/fhash
fpm package implementing a hash table with support for generic keys and values.
Language: Fortran - Size: 859 KB - Last synced at: 7 months ago - Pushed at: over 2 years ago - Stars: 42 - Forks: 8
1ykos/patchmap
A fast and memory efficient hashmap using sorting to resolve collisions
Language: HTML - Size: 1.01 MB - Last synced at: almost 3 years ago - Pushed at: about 5 years ago - Stars: 41 - Forks: 3
Avinash793/FPGrowth-and-Apriori-algorithm-Association-Rule-Data-Mining
Implementation of FPTree-Growth and Apriori-Algorithm for finding frequent patterns in Transactional Database.
Language: Python - Size: 3.1 MB - Last synced at: 2 months ago - Pushed at: over 4 years ago - Stars: 34 - Forks: 25
zgornel/Caching.jl
Memoization mechanism
Language: Julia - Size: 131 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 32 - Forks: 5
ikod/cachetools
python cachetools for dlang
Language: D - Size: 2.24 MB - Last synced at: 24 days ago - Pushed at: 9 months ago - Stars: 29 - Forks: 8
kevyonan/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+
Language: C - Size: 475 KB - Last synced at: 6 months ago - Pushed at: 9 months ago - Stars: 28 - Forks: 4
rosedblabs/diskhash
on-disk hash table(mainly for WAL).
Language: Go - Size: 59.6 KB - Last synced at: 7 months ago - Pushed at: over 2 years ago - Stars: 28 - Forks: 8
msune/libcdada
Basic data structures in C: list, set, map/hashtable, queue... (libstdc++ wrapper)
Language: C - Size: 1.94 MB - Last synced at: about 1 month ago - Pushed at: 2 months ago - Stars: 27 - Forks: 8
lramon2001/EDA2_FGA_UnB
EDA2_FGA_UnB 📚-Repositório Criado para a disciplina de Estrutura de Dados e Algoritmos 2 do Professor Bruno Ribas da FGA-UnB
Language: C - Size: 74.2 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 27 - Forks: 9
zmiimz/fortran_notes
simple and hopefully useful snippets in modern fortran
Language: Fortran - Size: 5.11 MB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 27 - Forks: 4
PerformanC/TableC
Low-level C89 Closed/Open-addressed hashtable implementation.
Language: C - Size: 110 KB - Last synced at: 8 months ago - Pushed at: 12 months ago - Stars: 26 - Forks: 1
antlabs/gstl
快写完了....支持泛型的数据结构库(vec, linkedlist, skiplist, hashtable, btree, avltree, rbtree, trie, set
Language: Go - Size: 186 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 26 - Forks: 6
hoangsonww/Queue-And-HashTable-DSA
🔑 This repository focuses on hash tables and priority queues, highlighting their use in text analysis, word stats generation, and managing a movie review user database. It includes techniques for efficient text tokenization, word frequency analysis, prioritized data handling, and more!
Language: Java - Size: 81.1 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 23 - Forks: 12
Narasimha1997/redis-pydict
A python dictionary that uses Redis as in-memory storage backend to facilitate distributed computing applications development.
Language: Python - Size: 44.9 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 23 - Forks: 4
Jesterhearts/hop-hash
A Rust hash table using 8-way hopscotch hashing with constant-time worst-case lookups, and SIMD acceleration
Language: Rust - Size: 1.61 MB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 22 - Forks: 0
Thre4dripper/DSA-Programs
DSA-Programs is a collection of Data Structures and Algorithms. It provides practical examples, detailed explanations, and ASCII diagrams to help you learn and master key DSA concepts like Arrays, Linked Lists, Stacks, Trees, Graphs, and sorting algorithms.
Language: C++ - Size: 169 KB - Last synced at: 8 months ago - Pushed at: 11 months ago - Stars: 22 - Forks: 0
anwarosyidi/100-interview-questions
💼 100+ MERN Interview Questions – Curated questions on HTML, CSS, JavaScript, React, Node.js & MongoDB to ace frontend, backend, and full-stack interviews. Perfect for beginners to advanced devs!
Size: 166 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 21 - Forks: 4
bwoodsend/hirola
NumPy vectorized hash table for fast set and dict operations.
Language: Python - Size: 254 KB - Last synced at: 4 months ago - Pushed at: 5 months ago - Stars: 21 - Forks: 0
rofl0r/htab
simple and efficient hashtable implementation for C, taken from musl's hsearch()
Language: C - Size: 20.5 KB - Last synced at: 9 months ago - Pushed at: almost 3 years ago - Stars: 21 - Forks: 1
renzibei/fph-table
Flash Perfect Hash Table: an implementation of a dynamic perfect hash table, extremely fast for lookup
Language: C++ - Size: 1.57 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 20 - Forks: 1
ArashPartow/hash
General Purpose Hash Function Algorithms https://www.partow.net/programming/hashfunctions/index.html
Language: C++ - Size: 686 KB - Last synced at: about 2 years ago - Pushed at: over 8 years ago - Stars: 19 - Forks: 20
renzibei/hashtable-bench
A benchmark for hash tables and hash functions in C++, evaluate on different data as comprehensively as possible
Language: Jupyter Notebook - Size: 24.1 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 18 - Forks: 2
giorgossofronas/Data-Structures
A set of efficient generic data structures implemented in C
Language: C - Size: 347 KB - Last synced at: almost 3 years ago - Pushed at: almost 3 years ago - Stars: 18 - Forks: 0
ostafen/zipcache
An in-memory compressed cache for gigabytes of data written in Go.
Language: Go - Size: 603 KB - Last synced at: 9 months ago - Pushed at: almost 3 years ago - Stars: 18 - Forks: 0
lucthienphong1120/pentesting-scripts
Collection of useful scripts for penetration testers
Language: Perl - Size: 31.3 KB - Last synced at: about 2 months ago - Pushed at: almost 4 years ago - Stars: 16 - Forks: 5
sagivo/solidity-utils
solidity utils to make your life easier
Language: JavaScript - Size: 244 KB - Last synced at: 9 months ago - Pushed at: almost 8 years ago - Stars: 16 - Forks: 6
AhmedSobhy01/redis-clone
A lightweight Redis clone implemented in C++ that supports key-value operations and sorted sets
Language: C++ - Size: 57.6 KB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 15 - Forks: 0
Dipto1971/Data_Structures_And_Algorithms
Data Structures & Algorithms
Language: C++ - Size: 30.9 MB - Last synced at: 2 months ago - Pushed at: 11 months ago - Stars: 14 - Forks: 0
ShuiRuTian/SwissTable
C# port of Google's SwissTable hash map
Language: C# - Size: 807 KB - Last synced at: 5 months ago - Pushed at: about 3 years ago - Stars: 14 - Forks: 0
Nikoletos-K/Data-Structures-and-Algorithms-in-C
📚🔡 Some famous and really basic algorithms and data structures implemented in C
Language: C - Size: 278 KB - Last synced at: almost 3 years ago - Pushed at: almost 4 years ago - Stars: 14 - Forks: 0
michaelvlach/ADbHash
Really fast C++ hash table
Language: C++ - Size: 226 KB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 14 - Forks: 2
pdebuyl/fortran_hash_table
"<string,string>" hash table in Fortran 2008
Language: Fortran - Size: 174 KB - Last synced at: 10 months ago - Pushed at: almost 8 years ago - Stars: 14 - Forks: 2
bullno1/libs
Misc libraries
Language: C - Size: 451 KB - Last synced at: 6 days ago - Pushed at: 9 days ago - Stars: 13 - Forks: 0
lcsmuller/oa-hash
A lightweight single-header open-addressing hashtable implementation in ANSI C
Language: C - Size: 56.6 KB - Last synced at: 7 months ago - Pushed at: 8 months ago - Stars: 13 - Forks: 0
alichtman/data-structures-cpp
Teaching data structures in C++. Great resource for students.
Size: 90.8 KB - Last synced at: 9 months ago - Pushed at: over 7 years ago - Stars: 13 - Forks: 2
HaniAmmar/Qentem-Engine
High-performance templating engine and JSON parser. Pure C++.
Language: C++ - Size: 5.12 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 12 - Forks: 4
crybot/Napoleon
Re-designed Chess engine and converted in C++
Language: C++ - Size: 17.7 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 12 - Forks: 3
niklasf/magics 📦
Finding magic factors for bitboard based move generation
Language: C - Size: 2.02 MB - Last synced at: 9 months ago - Pushed at: about 3 years ago - Stars: 12 - Forks: 2
BenJoyenConseil/bluckdb
A fast Key/Value store implementation using Golang
Language: Go - Size: 130 KB - Last synced at: over 1 year ago - Pushed at: over 8 years ago - Stars: 12 - Forks: 1
TaniaLaneva/LeetCode
leetcode's problems
Size: 117 KB - Last synced at: almost 3 years ago - Pushed at: about 7 years ago - Stars: 11 - Forks: 8
barrust/hashmap
Language: C - Size: 82 KB - Last synced at: 4 months ago - Pushed at: over 4 years ago - Stars: 10 - Forks: 0
baratgabor/SuffixTree
A well-structured, relatively compact implementation of Ukkonen's linear time suffix tree construction algorithm in C# 7+. With bonus detailed explanation on the algorithm.
Language: C# - Size: 487 KB - Last synced at: 4 months ago - Pushed at: over 6 years ago - Stars: 10 - Forks: 4
bamless/extlib
c extended library
Language: C - Size: 323 KB - Last synced at: 4 days ago - Pushed at: 8 days ago - Stars: 9 - Forks: 0
ashvardanian/HashEvals
Minimalistic Rust toolkit for hash function quality analysis. Tests avalanche effect, differential patterns, and statistical distribution across variable-length n-grams.
Language: Rust - Size: 63.5 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 9 - Forks: 1
pravhub/Coding-Interviews
Solution Repository for Technical Coding Interviews!
Language: C# - Size: 626 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 9 - Forks: 5
opensound-org/est
Extensions for the rust Standard library and Tokio.
Language: Rust - Size: 103 KB - Last synced at: 2 months ago - Pushed at: 5 months ago - Stars: 9 - Forks: 0
LoicMarechal/libHash
A library to index a mesh data structure in a hash table and make powerfull search queries.
Language: C - Size: 4.12 MB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 9 - Forks: 1
sondosaabed/Baby-frecuencies-Hash
Baby-Frecuencies managment application using Hash table as data Structure. Java | JavaFX
Language: Java - Size: 43.9 KB - Last synced at: about 2 months ago - Pushed at: almost 4 years ago - Stars: 9 - Forks: 0
bor0/hashtable
Hashtable implementation in C
Language: C - Size: 39.1 KB - Last synced at: 6 months ago - Pushed at: almost 4 years ago - Stars: 9 - Forks: 2
paulborile/clibs
Simple, fast, threadsafe C language hashtable, LRU map, Thread pool, go like channel, vector
Language: C++ - Size: 11.6 MB - Last synced at: 14 days ago - Pushed at: 3 months ago - Stars: 8 - Forks: 0
ivanmmarkovic/Java-Data-Structures-and-Algorithms
Language: Java - Size: 273 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 8 - Forks: 9
Karim93160/hashish
Fast C++ hash cracker: features built-in dictionary attack, brute-force (custom char sets, min/max length), and Rainbow Table attack with pre-configurable .txt generator. Includes 3 integrated tools: web scanner, recon, & OSINT.
Language: C++ - Size: 50.4 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 8 - Forks: 2
keyu-tian/BUAA-datastructure-project-solution
[Ranked No. 1🥇] My solution for the course project of Datastructure 2019'Spring @ BUAA (北航数据结构). Plenty of C language tricks, hacks, and optimizations are used for extreme efficiency. *Ranked 1/800* in the efficiency test.
Language: C - Size: 6.84 KB - Last synced at: 8 months ago - Pushed at: almost 2 years ago - Stars: 8 - Forks: 0
20centaurifux/datatypes
A collection of various datatypes in C (linked lists, stack, queue, red-black tree, hash table and associated array).
Language: C - Size: 1.65 MB - Last synced at: 8 months ago - Pushed at: about 2 years ago - Stars: 8 - Forks: 0