An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: hashtable

mudhairless/hashtable

A HashTable library for FreeBASIC

Language: FreeBASIC - Size: 0 Bytes - Last synced at: about 10 hours ago - Pushed at: about 11 hours ago - Stars: 0 - Forks: 0

KaEssam/Problem-Solving-Solution

This repository is managed by LeetPush extension: https://github.com/husamahmud/LeetPush

Language: C# - Size: 151 KB - Last synced at: about 12 hours ago - Pushed at: about 13 hours ago - Stars: 1 - Forks: 0

desmonHak/structs_data_C

implementacion de vectores, al estilo de C++, podemos situar un ejemplo usando la implementacion en el archivo code_array-list.c. Ademas hemos hecho una implementacion de tablas de hash, puede situar un ejemplo de su uso en code_hash-table.c. Podemos situar tambien una implementacion de vectores pero esta vez con listas enlazadas en code_vector-...

Language: C - Size: 1.6 MB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 4 - Forks: 0

bullno1/libs

Misc libraries

Language: C - Size: 253 KB - Last synced at: about 16 hours ago - Pushed at: 1 day ago - Stars: 7 - Forks: 0

HaniAmmar/Qentem-Engine

Fast templating engine and JSON parser. Pure C++.

Language: C++ - Size: 4.3 MB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 9 - Forks: 4

didarulilm/robin-table

A fast Robin Hood hash table library in C

Language: C - Size: 0 Bytes - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

husamahmud/LeetCode

This repository is managed by LeetPush extension: https://github.com/husamahmud/LeetPush

Language: Python - Size: 488 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 3 - Forks: 0

indexmap-rs/indexmap

A hash table with consistent order and fast iteration; access items by key or sequence index

Language: Rust - Size: 1010 KB - Last synced at: 4 days ago - Pushed at: about 1 month ago - Stars: 1,992 - Forks: 168

SHAMNAD-S404/Leetcode_Storming

Language: TypeScript - Size: 386 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

NVIDIA/cuCollections

Language: C++ - Size: 7.31 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 537 - Forks: 92

xacrimon/dashmap

Blazing fast concurrent HashMap for Rust.

Language: Rust - Size: 644 KB - Last synced at: 5 days ago - Pushed at: 2 months ago - Stars: 3,413 - Forks: 162

xianfengyi/MiniPro

Some tiny project, such as custom hashtable and so on

Language: Java - Size: 43.9 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

opensound-org/est

Extensions for the rust Standard library and Tokio.

Language: Rust - Size: 106 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 7 - Forks: 0

radareorg/sdb

Simple and fast string based key-value database with support for arrays and json

Language: C - Size: 2.22 MB - Last synced at: 4 days ago - Pushed at: 9 days ago - Stars: 219 - Forks: 62

srdja/Collections-C

A library of generic data structures for the C language.

Language: C - Size: 1.81 MB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 2,899 - Forks: 328

bamless/extlib

c extended library

Language: C - Size: 66.4 KB - Last synced at: 4 days ago - Pushed at: about 1 month ago - Stars: 9 - Forks: 0

sujanbro1/Algoritmos-e-Estrutura-de-Dados

Repositório contendo exercícios, desafios e códigos desenvolvidos durante os estudos da cadeira de Algoritmos e Estrutra de Dados

Language: Python - Size: 1.98 MB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 0 - Forks: 0

shabinx30/DSA

Language: JavaScript - Size: 16.6 KB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 0 - Forks: 1

rurban/ctl Fork of glouw/ctl

My variant of the C Template Library

Language: C - Size: 26.3 MB - Last synced at: 4 days ago - Pushed at: 24 days ago - Stars: 188 - Forks: 8

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.72 MB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 144 - Forks: 27

dadhi/ImTools

Fast and memory-efficient immutable collections and helper data structures

Language: C# - Size: 8.22 MB - Last synced at: 6 days ago - Pushed at: 6 months ago - Stars: 238 - Forks: 10

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.5 MB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 84 - Forks: 7

rigtorp/HashMap

An open addressing linear probing hash table, tuned for delete heavy workloads

Language: C++ - Size: 38.1 KB - Last synced at: 2 days ago - Pushed at: over 1 year ago - Stars: 205 - Forks: 33

lcsmuller/oa-hash

A lightweight single-header open-addressing hashtable implementation in ANSI C

Language: C - Size: 48.8 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 14 - Forks: 0

attractivechaos/klib

A standalone and lightweight C library

Language: C - Size: 1.22 MB - Last synced at: 13 days ago - Pushed at: 3 months ago - Stars: 4,369 - Forks: 574

Paran-oid/DSA

DSA is a C library that implements complex datastructres and algorithms

Language: C - Size: 114 KB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 0 - Forks: 0

ikod/cachetools

python cachetools for dlang

Language: D - Size: 2.24 MB - Last synced at: 6 days ago - Pushed at: 28 days ago - Stars: 28 - Forks: 7

tirthajagiya/Data_Structures

Language: Java - Size: 30.3 KB - Last synced at: 17 days ago - Pushed at: 17 days ago - Stars: 0 - Forks: 0

thiagoneye/course-algorithms

Algorithm studies.

Language: Python - Size: 39.1 KB - Last synced at: 17 days ago - Pushed at: 17 days ago - Stars: 0 - Forks: 0

jondebove/hashtable

Implementation of hash table using <sys/queue.h> macros.

Language: C - Size: 16.6 KB - Last synced at: 18 days ago - Pushed at: 18 days ago - Stars: 0 - Forks: 0

RohanVDvivedi/TupleIndexer

This library provides a persistent block accessible disk-resident b+tree, hash_table, linked_page_list, page table and an array_table.

Language: C - Size: 2.23 MB - Last synced at: 18 days ago - Pushed at: 18 days ago - Stars: 0 - Forks: 0

mahirlabibdihan/CSE208

Language: C++ - Size: 6.95 MB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 0 - Forks: 0

ljdan1/competitive-programming

my progress of LeetCode questions collections - created using [LeetHubV2]

Language: Python - Size: 56.6 KB - Last synced at: 23 days ago - Pushed at: 23 days ago - Stars: 2 - Forks: 0

harsh-ps-2003/pikachu

A simple DHT implementation!

Language: Rust - Size: 750 KB - Last synced at: 25 days ago - Pushed at: 25 days ago - Stars: 1 - Forks: 0

PerformanC/TableC

Low-level C89 Closed/Open-addressed hashtable implementation.

Language: C - Size: 110 KB - Last synced at: 17 days ago - Pushed at: 4 months ago - Stars: 26 - Forks: 1

KumaarBalbir/ip-routing

implements trie based longest prefix matching and binary search + hash table based BSPL approach to route the ip packet to a best match destination router for next hop.

Language: C++ - Size: 16.6 KB - Last synced at: 26 days ago - Pushed at: 26 days ago - Stars: 0 - Forks: 0

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: 3 days ago - Pushed at: over 2 years ago - Stars: 203 - Forks: 46

rimbu-org/rimbu

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.

Language: TypeScript - Size: 75.8 MB - Last synced at: 1 day ago - Pushed at: 10 days ago - Stars: 136 - Forks: 9

AkikoAkaki/survey-analyzer-custom-hashtable

A Java-based tool for parsing, storing, and analyzing large-scale survey datasets using a custom-built hash table. Supports demographic and quality-of-life analysis with full-featured data utilities and unit tests.

Language: Java - Size: 0 Bytes - Last synced at: 28 days ago - Pushed at: 29 days ago - Stars: 0 - Forks: 0

KarunakarThurlu/DataStructures-Algorithms

Data Structures and Algorithms implementation in Java.

Language: Java - Size: 131 KB - Last synced at: 29 days ago - Pushed at: 29 days ago - Stars: 3 - Forks: 1

ibraheemdev/papaya

A fast and ergonomic concurrent hashmap for read-heavy workloads.

Language: Rust - Size: 408 KB - Last synced at: 29 days ago - Pushed at: about 2 months ago - Stars: 696 - Forks: 17

pl3onasm/CLRS

Advanced algorithms and generic data structures in C

Language: C - Size: 10.4 MB - Last synced at: 29 days ago - Pushed at: 29 days ago - Stars: 6 - Forks: 1

Thermadiag/seq

The seq library is a collection of original C++14 STL-like containers and related tools

Language: C++ - Size: 25.2 MB - Last synced at: 4 days ago - Pushed at: 7 months ago - Stars: 88 - Forks: 2

tidwall/hashmap.c

Hash map implementation in C.

Language: C - Size: 20.5 KB - Last synced at: 29 days ago - Pushed at: about 1 year ago - Stars: 921 - Forks: 121

tezc/sc

Common libraries and data structures for C.

Language: C - Size: 815 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 2,455 - Forks: 280

pravhub/Coding-Interviews

Solution Repository for Technical Coding Interviews!

Language: C# - Size: 481 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 9 - Forks: 5

ibnaleem/hashtable

Generate precomputed hash tables from large wordlists.

Language: Python - Size: 285 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

pr00x/hashtable-c

A high-performance generic open addressing hash table library in C, using linear probing and the FNV-1a hash algorithm for fast and efficient key-value storage and retrieval.

Language: C - Size: 23.4 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 4 - Forks: 1

assyrianic/SM-Ordmap

A Hash Table that preserves insertion order for SourceMod Plugins.

Language: C++ - Size: 33.2 KB - Last synced at: 30 days ago - Pushed at: about 4 years ago - Stars: 7 - Forks: 0

V3cTr4X/HashCrack

Rust Hash Cracker

Language: Rust - Size: 31.8 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

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: 3 days ago - Pushed at: almost 4 years ago - Stars: 129 - Forks: 32

taviso/swisstable

Access Abseil Swiss Tables from C

Language: C - Size: 19.5 KB - Last synced at: about 1 month ago - Pushed at: over 3 years ago - Stars: 110 - Forks: 14

Dipto1971/Data_Structures_And_Algorithms

Data Structures & Algorithms

Language: C++ - Size: 30.9 MB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 15 - Forks: 0

Wsm2110/Faster.Map

Faster.Map is a high-performance, memory-efficient alternative to Dictionary and ConcurrentDictionary in .NET. Designed for extreme speed and scalability, it includes specialized implementations optimized for different workloads

Language: C# - Size: 28.1 MB - Last synced at: 19 days ago - Pushed at: about 2 months ago - Stars: 114 - Forks: 7

jondebove/cds

Simple C99 data structures

Language: C - Size: 54.7 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

bwoodsend/hirola

NumPy vectorized hash table for fast set and dict operations.

Language: Python - Size: 250 KB - Last synced at: about 1 month ago - Pushed at: 7 months ago - Stars: 20 - Forks: 0

LucasDiasJorge/Hashtable

Implement an hashtable and structs in C. Non-Volatile hashtable was implemented.

Language: C - Size: 22.5 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

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: about 1 month ago - Pushed at: 11 months ago - Stars: 991 - Forks: 169

vgherard/r2r

R-Object to R-Object Hash Maps

Language: R - Size: 362 KB - Last synced at: 11 days ago - Pushed at: 6 months ago - Stars: 4 - Forks: 0

amliyanage/Data-Structures

Language: JavaScript - Size: 8.79 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

ali-a-a/expandable-hash-table

A lock-free, multi-threaded, and expandable probing hash table

Language: C++ - Size: 12.7 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

tahmid-tanzim/problem-solving

AlgoExpert, LeetCode & HackerRank Problem Solving - hackerrank.com/tahmid_tanzim & leetcode.com/tahmid-tanzim

Language: JavaScript - Size: 24 MB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 3 - Forks: 1

mdawoud27/data_structures_and_algorithms

Data Structures and Algorithms, you'll find comprehensive notes, explanations, and implementations of various data structures and algorithms.

Language: C - Size: 175 KB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

borgbackup/borghash

A memory-efficient hashtable with serialization.

Language: Cython - Size: 115 KB - Last synced at: 3 days ago - Pushed at: about 2 months ago - Stars: 3 - Forks: 2

MichaelJWelsh/cdsa

A library of generic intrusive data structures and algorithms in ANSI C

Language: C - Size: 179 KB - Last synced at: 20 days ago - Pushed at: over 7 years ago - Stars: 604 - Forks: 47

TheBlueDestroyer19/symbol-table-for-nested-scopes

A terminal run program to handle nested scopes via implementation of symbol tables

Language: C - Size: 10.7 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

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: 66.4 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 22 - Forks: 12

DeanHdz/Editor-de-Grafos-Arbol-B-y-HashTable

Un proyecto realizado en Windows Forms (.NET / C#), enfocado en el uso y manipulación de Estructuras de datos Avanzados (Grafos y algoritmos de grafos, arboles B+, HashTable) de una manera visual. En conjunto con un proyecto de entrega donde se muestra un uso practico relacionado a grafos (Transporte de Bienes).

Language: C# - Size: 3.76 MB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

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: about 2 months ago - Pushed at: about 2 months ago - Stars: 18 - Forks: 2

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: about 1 month ago - Pushed at: about 2 years ago - Stars: 218 - Forks: 10

zgornel/Caching.jl

Memoization mechanism

Language: Julia - Size: 131 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 31 - Forks: 4

luispedro/diskhash

Diskbased (persistent) hashtable

Language: C - Size: 98.6 KB - Last synced at: 1 day ago - Pushed at: 7 months ago - Stars: 161 - Forks: 28

bdragon300/elastic-funnel-hash

PoC of the Elastic hashing and Funnel hashing algorithms in Go

Language: Go - Size: 35.2 KB - Last synced at: 4 days ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

mianawais99/LeetCode

This repository contains solution to all the LeetCode questions I've solved! Daily grind 🏃 (Updating)

Language: C# - Size: 33.2 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - 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: 15 days ago - Pushed at: 4 months ago - Stars: 22 - Forks: 0

crybot/Napoleon

Re-designed Chess engine and converted in C++

Language: C++ - Size: 17.6 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 11 - Forks: 3

MusicScience37/cpp-hash-tables

Hash tables in C++. (Mirror)

Language: C++ - Size: 1.26 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

aravindraj777/Problems-D365

Data structure and Algorithms, Java workouts ,Problem Solving questions and solutions.(Repository contains major Graph alogirthms like Bellmanford algo,Prim's ,Dijkstra's algorithm).

Language: Java - Size: 204 KB - Last synced at: about 1 month ago - Pushed at: 2 months ago - Stars: 6 - Forks: 0

dolthub/swiss 📦

Golang port of Abseil's SwissTable

Language: Go - Size: 34.2 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 824 - Forks: 42

sph-mn/sph-sc-lib

individual c utility libraries

Language: C - Size: 638 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 5 - Forks: 0

jvdp1/hashtable

Fortran hash tables

Language: Fortran - Size: 64.5 KB - Last synced at: about 1 month ago - Pushed at: 2 months ago - Stars: 6 - Forks: 0

bhhbazinga/LockFreeHashTable

Lock Free Resizable Hash Table Based On Split-Ordered Lists.

Language: C++ - Size: 64.5 KB - Last synced at: 18 days ago - Pushed at: about 5 years ago - Stars: 67 - Forks: 9

dizballanze/hashtable

Async hash table server in C

Language: C - Size: 340 KB - Last synced at: about 1 month ago - Pushed at: almost 7 years ago - Stars: 76 - Forks: 47

lazanasAle/Data-Structures

some data structures implemented for my academic project

Language: C++ - Size: 10.3 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

mmeents/FileTable

Library of routines implementing a tables stored in text files.

Language: C# - Size: 504 KB - Last synced at: about 1 month ago - Pushed at: 2 months ago - Stars: 3 - Forks: 1

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: 28 days ago - Pushed at: over 1 year ago - Stars: 411 - Forks: 31

bor0/hashtable

Hashtable implementation in C

Language: C - Size: 39.1 KB - Last synced at: about 1 month ago - Pushed at: over 3 years ago - Stars: 9 - Forks: 2

kchristidis/cmap

A thread-safe capacity-constrained hash table that evicts keys according to the LRU policy

Language: Go - Size: 8.79 KB - Last synced at: 1 day ago - Pushed at: almost 5 years ago - Stars: 3 - Forks: 1

MikeRaphK/C-Data-Structures

A complete Data Structures library in C

Language: C - Size: 463 KB - Last synced at: about 1 hour ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

Jerry-BloodBerry/LeetCodeProblems

My solutions for some of the leetcode problems written in Java 21

Language: Java - Size: 93.8 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

Saks29/Data-Structure-and-Agorithm-Feat.JAVA

A comprehensive collection of Data Structures and Algorithms problems solved in Java, differentiated by topics and difficulty levels. This repository serves as a learning resource and reference for coding interview preparation.

Language: Java - Size: 60.5 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

ignavan39/hashtable

Hash table for university laboratory

Language: C++ - Size: 9.77 KB - Last synced at: about 21 hours ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

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: 19 days ago - Pushed at: about 3 years ago - Stars: 9 - 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: about 1 month ago - Pushed at: about 6 years ago - Stars: 9 - Forks: 4

LKedward/fhash

fpm package implementing a hash table with support for generic keys and values.

Language: Fortran - Size: 859 KB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 41 - Forks: 8

ronomon/hash-table

Fast, reliable cuckoo hash table for Node.js.

Language: JavaScript - Size: 45.9 KB - Last synced at: 2 days ago - Pushed at: over 3 years ago - Stars: 303 - Forks: 13

albrud199/CP_Practice

Hello, I try to solve problems!!!

Language: C++ - Size: 131 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

ana-molinos/ed2

Repositório dedicado aos exercícios resolvidos durante a matéria de Estrutura de Dados 2, pela Professora Doutora Juliana de Santi, na Universidade Tecnológica Federal do Paraná.

Language: C - Size: 963 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

rosedblabs/diskhash

on-disk hash table(mainly for WAL).

Language: Go - Size: 59.6 KB - Last synced at: 16 days ago - Pushed at: over 1 year ago - Stars: 27 - Forks: 8

efwoods/data-structures-and-algorithms

Data Structures and Algorithms C++ Certificate with Tests and Solutions to Leetcode Exercises

Language: C++ - Size: 12.9 MB - Last synced at: 7 days ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0