Here are
394 public repositories
matching this topic...
A fast, memory efficient hash map for C++
Java Collections till the last breadcrumb of memory and performance
A lock-free, eventually consistent, concurrent multi-value map.
A Golang lock-free thread-safe HashMap optimized for fastest read access.
Blazing fast concurrent HashMap for Rust.
Updated
Jun 22, 2020
Rust
CLRS study. Codes are written with golang.
HashMap JavaScript class for Node.js and the browser. The keys can be anything and won't be stringified
Updated
Oct 3, 2019
JavaScript
The Capsule Hash Trie Collections Library
Updated
Feb 11, 2020
Java
A semi compile-/run-time associative map container with compile-time lookup and run-time storage
The dream fast hash function and random number generators that passed SMHasher, BigCrush and practrand.
A gulp of low latency Java
Updated
Dec 29, 2019
Java
Library of generic and type safe containers in pure C language (C99 or C11) for a wide collection of container (comparable to the C++ STL).
Easy to use, header only, macro generated, generic and type-safe Data Structures in C
Containers backed by std.experimental.allocator
📶 A lock- and wait-free hashtable (and an array too)
Templated type-safe hashmap implementation in C using open addressing and linear probing for collision resolution.
An open addressing linear probing hash table, tuned for delete heavy workloads
Fairly basic redis-like hashmap implementation on top of a epoll TCP server.
Basic HashMap (Hash Table) Implementation in C++
This is a learning note | Java基础,JVM,源码,大数据,面经
A C++14 compile-time/constexpr map and hash map with minimal binary footprint
🏪 Easy way to use a PostgreSQL database (and the HSTORE feature) from Go
Persistent HashMap for TypeScript
Updated
Oct 3, 2018
TypeScript
Simple BlockChain DEMO in JAVA
Non-blocking hash map in Rust
Generic type-safe vector, hash map, and concurrent queue for C
Improve this page
Add a description, image, and links to the
hashmap
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
hashmap
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
The test automation program executed by
npm run test
, it spends too much time (over 20 seconds). To reduce the elapsed time, the first mission is to measuring elapsed time of each feature. After the measurement, I'll optimize long-time consuming features.