GitHub topics: hashmap
ShubhamV2503/DSA
Data Structure & Algorithm Playlist Code
Language: Python - Size: 9.77 KB - Last synced at: about 15 hours ago - Pushed at: about 16 hours ago - Stars: 0 - Forks: 0

Anasm0247/syrial
Efficiently manage byte-level data with Syrial's reusable Stream buffer and compact encoding. Perfect for serialization in low-level data tasks. 🌟💻
Language: Rust - Size: 33.2 KB - Last synced at: about 16 hours ago - Pushed at: about 16 hours ago - Stars: 0 - Forks: 0

Mansiiiiiiiiiiiiiiiii/LeetCode-GfG
This repository contains my curated solutions to LeetCode and GeeksforGeeks problems, written in C++ and SQL. Each solution is optimized for performance and includes time and space complexity notes. The repo is auto-synced using LeetHub to track my daily problem-solving progress.
Language: C++ - Size: 325 KB - Last synced at: about 18 hours ago - Pushed at: about 19 hours ago - Stars: 1 - Forks: 0

dpdani/cereggii
Thread synchronization utilities for Python
Language: C - Size: 898 KB - Last synced at: about 18 hours ago - Pushed at: about 19 hours ago - Stars: 22 - Forks: 0

yegor256/emap
📈 The fastest map possible in Rust, where keys are integers and the capacity is fixed (faster than Vec!)
Language: Rust - Size: 304 KB - Last synced at: about 21 hours ago - Pushed at: about 21 hours ago - Stars: 12 - Forks: 2

tommyettinger/jdkgdxds
Java data structures for primitive and/or Object items
Language: Java - Size: 29.2 MB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 26 - Forks: 2

toancontrai/fastmap
A fast structure from motion pipeline written in Pytorch.
Language: Python - Size: 3.28 MB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 1 - 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: 1 day ago - Pushed at: 1 day ago - Stars: 23 - Forks: 12

sharifkhan96/Leetcode-problems-from-easy-to-hard
this repo will contain the leetcode problems & their solutions from easy to difficult, will be upgraded each day.
Language: Python - Size: 77.1 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0

RahulRadhakrishnanNair/Generic_Data_Structures
A library that I am working on, a generic abstract data structure library for C/C++ utilising void pointers.
Language: C++ - Size: 6.84 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0

rurban/ctl Fork of glouw/ctl
My variant of the C Template Library
Language: C - Size: 26.3 MB - Last synced at: 1 day ago - Pushed at: 2 months ago - Stars: 251 - Forks: 15

NVIDIA/cuCollections
Language: C++ - Size: 7.1 MB - Last synced at: about 23 hours ago - Pushed at: 3 days ago - Stars: 542 - Forks: 94

ibraheemdev/papaya
A fast and ergonomic concurrent hashmap for read-heavy workloads.
Language: Rust - Size: 409 KB - Last synced at: 1 day ago - Pushed at: about 1 month ago - Stars: 743 - Forks: 21

opensound-org/est
Extensions for the rust Standard library and Tokio.
Language: Rust - Size: 131 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 7 - Forks: 0

ajayv14/Implementation-of-Algorithms-and-Data-Structures
Categorize popular Algorithms, learn and track progress.
Language: Java - Size: 3.5 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 1

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: 4 days ago - Pushed at: 4 days ago - Stars: 8 - Forks: 2

Adhithya-bolishetti/competitive_programming
This repository is a collection of solutions, templates, and resources for competitive programming. It is designed to help programmers improve their problem-solving skills, enhance algorithmic thinking, and excel in competitive programming contests🚀.
Language: Java - Size: 347 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

ak-0283/dsa
Language: C++ - Size: 24.4 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 1 - Forks: 0

fisothemes/TwinCat-Dynamic-Collections
A TwinCAT library for creating and manipulating dynamic collections of data in TwinCAT. It provides multiple data structures such as ArrayList (a dynamic array), List (a doubly linked list that is optimized for sequential access and mutation), Set, Map, Queue, Stack and more. Examples are in the project.
Size: 26.9 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 66 - Forks: 10

llxisdsh/pb
MapOf is a high-performance concurrent map implementation that offers significant, performance improvements over sync.Map in many common scenarios.
Language: Go - Size: 514 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 6 - Forks: 1

sarthakshishodia20/List_Map_Set
This repo consist of all intermediate , basic and advanced topics from LinkedList along with Hasing Concept . Check it Out!!.
Language: Java - Size: 41 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

hk10877/AuditoriumCplusplus
This program uses linked lists to create multiple auditorium, reserves seats, tracks orders with a unique customer login, can change and cancel orders. Program also suggests the best seats for the customer.
Language: C++ - Size: 3.54 MB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

Doge1203/hashtable
Generate precomputed hash tables from large wordlists.
Size: 1000 Bytes - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

LavanyaBanga/DSA-practice-daily
📘 DSA Practice Questions This repository contains daily and topic-wise DSA problems to help you prepare for coding interviews and strengthen your problem-solving skills. Includes questions from arrays, strings, recursion, trees, graphs, DP, and more — with clean, beginner-friendly solutions. Perfect for college students, beginners, and placement
Language: Java - Size: 164 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 1 - Forks: 0

dadhi/ImTools
Fast and memory-efficient immutable collections and helper data structures
Language: C# - Size: 7.58 MB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 244 - Forks: 10

priyanshi585/DSA
Data Structures And Algorithms
Language: C++ - Size: 285 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 0 - Forks: 0

rigtorp/HashMap
An open addressing linear probing hash table, tuned for delete heavy workloads
Language: C++ - Size: 38.1 KB - Last synced at: 3 days ago - Pushed at: over 1 year ago - Stars: 205 - Forks: 33

js-sdsl/js-sdsl
A javascript standard data structure library which benchmark against C++ STL.
Language: TypeScript - Size: 4.6 MB - Last synced at: 4 days ago - Pushed at: 7 months ago - Stars: 794 - Forks: 65

CaptainPradip/LeetCode_Practice
Collection of LeetCode questions to ace the coding interview!
Language: Java - Size: 813 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 1 - Forks: 0

ihciah/small-map
An inline SIMD accelerated hashmap designed for small amount of data.
Language: Rust - Size: 122 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 78 - Forks: 6

AloysJehwin/LeetCode
This repository contains my LeetCode solutions, categorized by difficulty, with optimized code and regular updates. Track progress, improve skills, and contribute!
Language: Java - Size: 856 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 2 - Forks: 0

sumamakhan761/DSA-Practice
Complete DSA practice A to Z
Language: Java - Size: 511 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 2 - Forks: 0

xacrimon/dashmap
Blazing fast concurrent HashMap for Rust.
Language: Rust - Size: 644 KB - Last synced at: 7 days ago - Pushed at: 4 months ago - Stars: 3,497 - Forks: 165

nerdroychan/kvbench
A key-value store benchmark framework with customizable workloads
Language: Rust - Size: 1.88 MB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 18 - Forks: 1

ljubogdan/NASP-NoSQL-Engine
A console-based Key-Value store engine built for the Advanced Algorithms and Data Structures course. Implements efficient data structures like Memtable, SSTable, and LRU Cache, with durability ensured by a Write-Ahead Log (WAL). Features include Bloom Filters, prefix/range scans, and external configuration support.
Language: Go - Size: 310 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 0 - Forks: 0

jlaumon/Bedrock
Minimal C++20 STL replacement library. Simpler, smaller, and in many cases faster.
Language: C++ - Size: 670 KB - Last synced at: 2 days ago - Pushed at: 10 days ago - Stars: 178 - Forks: 4

agl-alexglopez/ccc
Various containers written for C programmers who need complete control over their memory.
Language: C - Size: 15.8 MB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 14 - Forks: 1

mellivorandy/cache-miss-analyzer
A cache simulator with LRU policy. Designed to help students build a better understanding of cache mechanisms.
Language: Rust - Size: 531 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 0 - Forks: 0

P-p-H-d/mlib
M*LIB is a library of generic and type safe containers in pure C language (C99 / C11) for a wide collection of container (comparable to the C++ STL).
Language: C - Size: 8.77 MB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 1,001 - Forks: 84

samchon/tstl
TypeScript-STL (Standard Template Library, migrated from C++)
Language: TypeScript - Size: 19.2 MB - Last synced at: 5 days ago - Pushed at: about 1 year ago - Stars: 616 - Forks: 49

NiyatiMalik/Huffman-Encoder-Decoder
A simple C++ implementation of the Huffman Coding algorithm.
Language: C++ - Size: 4.88 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 0 - Forks: 0

Siddharthh39/debug
My debugging Journey
Language: Python - Size: 12.7 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 0 - Forks: 0

yegor256/micromap
📈 The fastest (for very small maps!) alternative of Rust HashMap, which doesn't use hashing and doesn't use heap (aka "linear map")
Language: Rust - Size: 848 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 153 - Forks: 13

Pabitra-33/JAVA
This repository contains comprehensive collection of Java programs covering fundamental to advanced concepts.
Language: Java - Size: 639 KB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 2 - Forks: 0

AsrielDreemurrGM/Java_CRUD_Example
Java desktop application using JOptionPane to manage client and product data with full CRUD operations. Features interface-based DAO pattern, generics-based persistence layer, input validation, and in-memory storage (Map or Set). This is my first Java project, developed alongside a related CRUD application built with Swing in Apache NetBeans.
Language: Java - Size: 71.3 KB - Last synced at: 10 days ago - Pushed at: 15 days ago - Stars: 0 - Forks: 0

susieM123/Word_Frequency
Java implementation of binary search trees and hash maps to count word frequencies.
Language: Java - Size: 49.8 KB - Last synced at: 5 days ago - Pushed at: 15 days ago - Stars: 0 - Forks: 0

Suraj-Sedai/FakeNewsDetector
A real-time news analysis system built from scratch using Python and FastAPI. It summarizes news articles using the T5 model and detects fake or real news using a fine-tuned BERT classifier. The system is powered by core data structures like Queue, Stack, HashMap, and a custom LRU Cache for performance and reliability.
Language: Python - Size: 6.22 MB - Last synced at: 15 days ago - Pushed at: 16 days ago - Stars: 0 - Forks: 0

barbell-math/smoothbrain-hashmap
A very simple library that implements a generic, linear probing map.
Language: Go - Size: 1.14 MB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 0 - Forks: 0

imartayan/mashmap
A flat HashMap that supports multiple entries per key
Language: Rust - Size: 26.4 KB - Last synced at: 12 days ago - Pushed at: 9 months ago - Stars: 3 - Forks: 2

owensgroup/BGHT
BGHT: High-performance static GPU hash tables.
Language: C++ - Size: 10.9 MB - Last synced at: 8 days ago - Pushed at: 3 months ago - Stars: 66 - Forks: 8

greg7mdp/gtl
Greg's Template Library of useful classes.
Language: C++ - Size: 2.43 MB - Last synced at: 18 days ago - Pushed at: 18 days ago - Stars: 198 - Forks: 11

leontoeides/indicium
A simple in-memory search for collections and key-value stores.
Language: Rust - Size: 778 KB - Last synced at: 1 day ago - Pushed at: about 1 month ago - Stars: 73 - Forks: 3

Sanjanayadav07/GfG-160---160-Days-of-Problem-Solving
Welcome to my 160 Days of Code Challenge This repository is not only a personal challenge but also a resource for anyone looking for inspiration or wanting to follow along as I explore various programming languages, technologies, and problem-solving techniques. Join me on this journey of growth and continuous learning..!!
Size: 316 KB - Last synced at: 18 days ago - Pushed at: 19 days ago - Stars: 1 - Forks: 0

artichoke/strudel
🥐 🥮 Rust port and drop-in replacement for the `st_hash` C hash table library
Language: Rust - Size: 4.34 MB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 6 - Forks: 0

rimbu-org/rimbu
Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Language: TypeScript - Size: 80.7 MB - Last synced at: about 8 hours ago - Pushed at: 7 days ago - Stars: 137 - Forks: 9

galactixx/comphash
comphash is a very lightweight Zig package offering a zero-cost compile-time hash map for immutable, O(1) string-keyed lookups without any runtime allocations.
Language: Zig - Size: 2.76 MB - Last synced at: 16 days ago - Pushed at: 24 days ago - Stars: 0 - Forks: 0

realkks/DSA-Problems
Important DSA-Problems
Language: Java - Size: 19.5 KB - Last synced at: 23 days ago - Pushed at: 24 days ago - Stars: 0 - Forks: 0

rohan77700/HashMap-javascript
JavaScript HashMap - the odin project
Language: JavaScript - Size: 2.93 KB - Last synced at: 24 days ago - Pushed at: 24 days ago - Stars: 0 - Forks: 0

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: 9 days ago - Pushed at: 3 months ago - Stars: 28 - Forks: 4

bamless/extlib
c extended library
Language: C - Size: 66.4 KB - Last synced at: 17 days ago - Pushed at: 3 months ago - Stars: 8 - Forks: 0

lightsing/compact-map
'Small map' optimization: store up to a small number of key-value pairs on the stack.
Language: Rust - Size: 1.17 MB - Last synced at: 3 days ago - Pushed at: about 1 year ago - Stars: 4 - Forks: 1

willothy/whirlwind
🌀 Ridiculously fast, fully asynchronous, sharded hashmap for Rust.
Language: Rust - Size: 68.4 KB - Last synced at: 20 days ago - Pushed at: 5 months ago - Stars: 505 - Forks: 8

redorav/crstl
Alternative STL aims to compile fast, runs fast, written in clear code, simple to read and understand
Language: C++ - Size: 6.2 MB - Last synced at: 14 days ago - Pushed at: about 1 month ago - Stars: 63 - Forks: 0

cornelk/hashmap
A Golang lock-free thread-safe HashMap optimized for fastest read access.
Language: Go - Size: 237 KB - Last synced at: 26 days ago - Pushed at: 4 months ago - Stars: 1,847 - Forks: 120

PeterRK/estuary
Dictionary designed for read-mostly scene.
Language: C++ - Size: 707 KB - Last synced at: 29 days ago - Pushed at: 29 days ago - Stars: 14 - Forks: 3

greg7mdp/sparsepp
A fast, memory efficient hash map for C++
Language: C++ - Size: 417 KB - Last synced at: 25 days ago - Pushed at: about 1 month ago - Stars: 1,274 - Forks: 127

fifocode/clab
clab - Creative Programming Solutions using C - Programming is enjoyable when applied to solve interesting problems (may not be directly used in general day-to-day professional work). The learning and knowledge acquired in the process make a better programmer.
Language: C - Size: 311 KB - Last synced at: 13 days ago - Pushed at: 30 days ago - Stars: 5 - Forks: 0

ikod/cachetools
python cachetools for dlang
Language: D - Size: 2.24 MB - Last synced at: 4 days ago - Pushed at: 2 months ago - Stars: 29 - Forks: 7

Jayakrishnan-mk/Real-Time-Notification-System
Real-Time-Chat-Application - built on Redis, which internally works on a Queue model for rate limiting. This system handles 500+ plus notifications per second.
Language: TypeScript - Size: 8.4 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 1

tidwall/hashmap.c
Hash map implementation in C.
Language: C - Size: 20.5 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 928 - Forks: 126

pkprajapati7402/LeetCode-Solutions
Solutions to various LeetCode problems implemented in Python, categorized by topics such as Array, LinkedList, Dynamic Programming, Tree, Graph, String, and HashMap. Each solution includes detailed explanations.
Language: C++ - Size: 56.6 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 4 - Forks: 0

Pavankumarhr1207/Advanced_Java
Advanced Java focuses on building robust, scalable, and enterprise-level applications using technologies beyond core Java. It includes concepts like Servlets, JSP, JDBC, multithreading, networking, and GUI development with Swing.
Language: Java - Size: 1.08 MB - Last synced at: 25 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

Hrudhay-H/Cpp_Algorithms
A collection of essential algorithms implemented in C++. This repo covers sorting, searching, data structures, dynamic programming, and more, with clear explanations and comments for learning and practice.
Language: C++ - Size: 86.9 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

tezc/sc
Common libraries and data structures for C.
Language: C - Size: 815 KB - Last synced at: about 1 month ago - Pushed at: 4 months ago - Stars: 2,478 - Forks: 281

SteffiKeranJ/Data-Structures-and-Algorithms-Java
Repository for Efficient solutions for DSA questions in Java
Language: Java - Size: 244 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 3 - Forks: 1

huandu/skiplist
Fast and easy-to-use skip list for Go.
Language: Go - Size: 50.8 KB - Last synced at: about 1 month ago - Pushed at: 9 months ago - Stars: 416 - Forks: 68

Rudra1402/WebCrawlers
Console-based Hotels and Medical sites Web Crawlers developed using Java, Selenium, JSoup. Leveraged several data structures like HashMaps, ArrayList, etc. to store the crawled data.
Language: Java - Size: 96.7 KB - Last synced at: 18 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

alphadose/haxmap
Fastest and most memory efficient golang concurrent hashmap
Language: Go - Size: 144 KB - Last synced at: about 1 month ago - Pushed at: 8 months ago - Stars: 992 - Forks: 52

lav-kushwaha/DSA-IN-JAVA
This repository is a well-structured collection of Data Structures and Algorithms (DSA) in Java. It provides optimized code, detailed notes, and hands-on problem-solving exercises to help developers and students master DSA concepts effectively.
Language: Java - Size: 2.14 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

robclu/leapfrog
Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent HashMap in Rust for certain use cases.
Language: Rust - Size: 193 KB - Last synced at: 21 days ago - Pushed at: 5 months ago - Stars: 233 - Forks: 12

wangyi-fudan/wyhash
The FASTEST QUALITY hash function, random number generators (PRNG) and hash map.
Language: C - Size: 9.38 MB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 1,011 - Forks: 72

avaneev/a5hash
Ultra fast, high-quality hash function for hash-tables and hash-maps (non-cryptographic, inline C/C++) + PRNG
Language: C++ - Size: 51.8 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 17 - Forks: 0

Sanjay3005v/leetcode
Leetcode problems solutions using java and javascript
Language: Java - Size: 611 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

Poufles/adz-lp-hash-map
A simple script to understand the hash maps.
Language: JavaScript - Size: 7.81 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

AryanPillai2007/Computer-Science-3-Labs
All of the Advanced Computer Science 3 Labs I have completed over the 2024-2025 school year.
Language: Java - Size: 2.34 MB - Last synced at: 22 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

ogxd/gxhash
Unsafely fast hashing algorithm 📈
Language: Rust - Size: 12.3 MB - Last synced at: about 1 month ago - Pushed at: 2 months ago - Stars: 902 - Forks: 33

leo-aa88/chashmap
A hashmap implementation in C
Language: C - Size: 8.79 KB - Last synced at: 7 days ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0

MSNiranjan29/LeetCode_Solutions
This repository contains the solution of the LeetCode questions that I have solved.
Size: 166 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

MiguelGarcia21/cpp-dsa-toolkit
A growing collection of C++ implementations for fundamental data structures. Built to practice, learn, and implement into any application that requires it.
Language: C++ - Size: 31.3 KB - Last synced at: 7 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

shivammm21/budget-app
The Budget App allows users to add expenses, track total spending, and view the remaining balance from their monthly income. Built using Flutter for the frontend and Java Spring Boot for the backend, it offers a seamless, user-friendly experience for effective financial management.
Language: Dart - Size: 352 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 2

sheredom/hashmap.h
#️⃣ single header hashmap implementation for C and C++
Language: C++ - Size: 97.7 KB - Last synced at: 30 days ago - Pushed at: 11 months ago - Stars: 425 - Forks: 58

MrAkashKumar/leetcode-challanges
Leetcode challenges problem-solution. Added mock and basic question for concept clearance like HashMap, Stack, Queue etc.
Language: Java - Size: 128 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

moritzrinow/cdata
Standard generic data structures for C99.
Language: C - Size: 2.38 MB - Last synced at: 6 days ago - Pushed at: over 5 years ago - Stars: 4 - Forks: 0

didarulilm/robin-table
A fast Robin Hood hash table library in C
Language: C - Size: 0 Bytes - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

uditjain100/DSA-JAVA
This project is a comprehensive Java-based Data Structures and Algorithms (DSA) repository organized by topics like Arrays, Trees, Graphs, DP, and more. It includes clean, modular code for each concept and a bonus link to over 1000 curated DSA questions with detailed theory. Ideal for students and job seekers preparing for interviews or exams.
Language: Java - Size: 736 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

hwchen/hashmap-c3
open-addressed linear-probing hashmap for C3
Language: Zig - Size: 75.2 KB - Last synced at: 3 days ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

leventov/Koloboke
Java Collections till the last breadcrumb of memory and performance
Language: Java - Size: 37.2 MB - Last synced at: about 1 month ago - Pushed at: over 8 years ago - Stars: 1,015 - Forks: 140

barannmeisterr/Dynamic-Transportation-Bus-Schedule-Simulation
This project simulates real bus transportation systems, analyzes route structures and builds the base for shortest path / trip planning algorithms by using Directed Graph Data Structure and Dijkstra Algorithm.
Language: Java - Size: 50.8 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

Cassy343/flashmap
A lock-free, partially wait-free, eventually consistent, concurrent hashmap.
Language: Rust - Size: 686 KB - Last synced at: about 1 month ago - Pushed at: almost 3 years ago - Stars: 243 - Forks: 5

usethesource/capsule
The Capsule Hash Trie Collections Library
Language: Java - Size: 4.48 MB - Last synced at: 29 days ago - Pushed at: over 1 year ago - Stars: 407 - Forks: 27
