hashmaps topic

List hashmaps repositories

leapfrog

188
Stars
8
Forks
Watchers

Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent HashMap in Rust for certain use cases.

map_benchmark

291
Stars
27
Forks
Watchers

Comprehensive benchmarks of C++ maps

Java

19
Stars
6
Forks
Watchers

"Always choose a lazy person to get the job done. A lazy person will always find the easy way out."

fastutil-concurrent-wrapper

34
Stars
2
Forks
Watchers

Set of concurrent wrappers around fastutil primitive maps

cdict.h

21
Stars
4
Forks
Watchers

Typesafe, Generic & Extremely fast Dictionary in C 🚀

CC

113
Stars
2
Forks
Watchers

A small, usability-oriented generic container library.

libxutils

26
Stars
5
Forks
Watchers

Simple and yet powerful cross-platform C library providing data structures, algorithms and much more

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...