hashmaps
There are 131 repositories under hashmaps topic.
martinus/map_benchmark
Comprehensive benchmarks of C++ maps
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.
JacksonAllan/CC
A small, usability-oriented generic container library.
JacksonAllan/Verstable
A versatile, performance-oriented generic hash table library for C.
facil-io/cstl
facil.io C STL - a Server Toolbox Library for C, including JSON processing, hash maps, dynamic arrays, binary strings and more.
B1bhu1O1/Coding-Ninjas-Solution-Java-DSA-Premium
This repo Provide Coding Ninjas Basics of Java with Data Structures and Algorithms Solution. This will have solutions to all the problems that are included in Coding Ninja's 2022 Java Course. Star the repo if you like it.
kala13x/libxutils
Simple and yet powerful cross-platform C library providing data structures, algorithms and much more
trivago/fastutil-concurrent-wrapper
Set of concurrent wrappers around fastutil primitive maps
pravahanj/Data_Structure-and-Algorithm-CodingNinjas.com
Problems and their solutions in C++.
BaseMax/HashMapC
A tiny library for using easily HashMap, arraylist in the C.
RobusGauli/cdict.h
Typesafe, Generic & Extremely fast Dictionary in C 🚀
omarbelkady/Java
"Always choose a lazy person to get the job done. A lazy person will always find the easy way out."
thisabhay/CodingNinjas_Cpp_DSA_Solution
This repo Provide Coding Ninjas Basics of Cpp with Data Structures and Algorithms Solution. This will have solutions to all the problems that are included in Coding Ninja's 2022 Java Course. Star the repo if you like it.
Daskie/qc-hash
(Legacy) Extremely fast unordered map and set library for C++20
benibela/fpc-map-benchmark
An exhausive benchmark of string-key based (hash)maps available for Free Pascal.
kala13x/xjson
Simple, fast, and fully functional JSON library based on the recursive parser and lexical analyzer
kalpak92/TechInterview2020
A repository for my ongoing preparation for Software Engineering Interviews.
ElbazAhmed/Compression-Tool
This repository contains a Java implementation of a compression tool that utilizes the Huffman coding algorithm to compress and decompress text files.
MeghnaS21/LeetCode
Leetcode solutions in C++ for coding interviews.
moritzrinow/cdata
Standard generic data structures for C99.
zhcet19/competitive-programming-100-days-challenge
An attempt to ace in competitive programming problem solving skills
andrewrgarcia/streamdice
StreamDice++ is a C++ message encryption program running on a unique stream cipher that I invented
EinfachAndy/hashmaps
several hash map implementations
Sanky18/Spell-Checker
Spell Checker using a bottom-up Dynamic programming approach in C++
TrainingByPackt/Ultimate-Java-Masterclass-eLearning
Meet one of the most flexible programming languages that can help you build great cross-platform applications
yogeshwar-chaudhari-20/graphs-java
Graph implemented using Adjacency List and Adjacency Matrix
SagarChau750/Strivers-SDE-Sheet-Challenge
This document presents the Striver SDE Sheet, designed to facilitate DSA (Data Structures and Algorithms) practice and learning. It provides comprehensive solutions for each question, allowing for subsequent review and efficient revision in preparation for interviews or technical assessments.
sidde2k01/Data-Structures-and-algorithms-Codes-and-Solutions
Config files for my GitHub profile.
uonliaquat/Database-Directory
This is a desktop application. Data structures such as AVL Tree, HashMap, heap, Linked Lists, AVL Tree are used for this application. The goal was to develop a desktop application which creates/stores tables using file handling.
Villy-P/Under-the-Hood
All files included in my Youtube series: Under the Hood
yael-castro/gpm
Go library created to manage many permissions on different systems with constant complexity of the O(1) algorithm and optimizing memory usage.
dlsrdar/Hospital-server
Java-based hospital server software: Designed, tested, and optimized for seamless connection between Physicians, Senior Physicians, Administrators, and Patients. Streamlined member tracking and discharge management.
dlsrdar/parking
Parking Server: Meticulously crafted with UML-designed graphical user interface (GUI), flexible customer rates, and streamlined admin approval workflows. Underwent comprehensive testing with EvoSuite and Randoop, showcasing not only Java proficiency but also a commitment to robust software design practices and user-centered solutions.
lostintime101/leetcode-algos-data-structures
Backup of my LeetCode solutions with unit tests
mmuskan22/Coding-Ninjas-Data_Struct-Java
Contains the solutions for the programming questions in the CodingNinjas DSA course