hash-tables
There are 133 repositories under hash-tables topic.
jamesroutley/write-a-hash-table
✏️ Learn how to write a hash table in C
martinus/robin-hood-hashing
Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20
greg7mdp/sparsepp
A fast, memory efficient hash map for C++
martinus/unordered_dense
A fast & densely stored hashmap and hashset based on robin-hood backward shift deletion
simonhf/sharedhashfile
Share Hash Tables With Stable Key Hints Stored In Memory Mapped Files Between Arbitrary Processes
timtadh/data-structures
Go datastructures.
Wilfred/ht.el
The missing hash table library for Emacs
huyvohcmc/coursera-dsa
Coursera's Data Structures and Algorithms Specialization
explosion/preshed
💥 Cython hash tables that assume keys are pre-hashed
TrainingByPackt/CPP-Data-Structures-and-Algorithm-Design-Principles
Leverage the power of modern C++ to build robust and scalable applications
make-github-pseudonymous-again/js-data-structures
:herb: Data structures for JavaScript
opencoff/portable-lib
Portable C, C++ code for hash tables, bloom filters, string-search, string utilities, hash functions, arc4random
CMU-SAFARI/RawHash
RawHash can accurately and efficiently map raw nanopore signals to reference genomes of varying sizes (e.g., from viral to a human genomes) in real-time without basecalling. Described by Firtina et al. (published at https://academic.oup.com/bioinformatics/article/39/Supplement_1/i297/7210440).
msdundar/notes-algorithms
A brief summary of various algorithms. Each algorithm provides examples written in Python, Ruby and GoLang.
Aysuarex/alx-low_level_programming
Multiple Projects done in C programming language during the ALX-low_level_programming Track , cohort 5
metawilm/cl-custom-hash-table
Custom hash tables for Common Lisp
AltyAlty/grokking-algorithms-python-russian-english-comments
Examples and algorithms written in Python for the book "Grokking Algorithms" with Russian and English comments. Примеры и алгоритмы, написанные на Python для книги "Грокаем Алгоритмы" с русскими и английскими комментариями.
AlbertHambardzumyan/all-about-node
All about Node.js
besthor/alx-low_level_programming
This repository is a collection of projects written in the C programming language.Whether you're a beginner or an experienced programmer, this repository is a valuable resource for honing your C programming skills.
renzibei/hashtable-bench
A benchmark for hash tables and hash functions in C++, evaluate on different data as comprehensively as possible
alainesp/Practical_Research
Cutting-edge research in a practical way
Pratul1997/LeetCode
Solution to LeetCode Problems in Python and Golang :dart:
Daskie/qc-hash
(Legacy) Extremely fast unordered map and set library for C++20
IgSokolov/cl-replica
Library for hash-table replication via epidemic algorithms
invenia/LayerDicts.jl
Layered dictionary lookups for Julia
iShiBin/info6205
Program Structure and Algorithms
Shambles-Dev/AutoHotkey-HashTable
A Hash Table Implementation for AutoHotkey
chanioxaris/locality-sensitive-hashing
Experimental implementation of the paper 'Locality-Sensitive Hashing of Curves' published by A. Driemel and F. Silvestri
saddamarbaa/data-structures-and-algorithms
==> 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
Girrajjangid/Data-Structure-and-Algorithm-with-Python
Collection of Data structure implementation in python from scratch + All Top LeetCode problems Easy+Medium+Hard for all topics. Spread some ❤ by giving ⭐.
hpjansson/hash-table-rehash
A benchmark of some prominent hash table implementations
rbotafogo/Critbit
Critbit tree for JRuby
EinfachAndy/bench-hashmaps
benchmark for golang hash maps
mecomontes/C-Low-level-Programming
Some projects that shows my experience with C programming language and covers all the most important topics in low level programming including: Hash tables, linked lists, binary trees, pointers, arrays, syscalls, function pointers, etc...
danieldotwav/Group-Anagrams
Categorizes strings into groups of anagrams using a sorting and hashing approach