StableHashMap
hash maps
Provides persistent, stable hash map implementations in Motoko
Stable HashMaps in Motoko
14 stars
2 watching
1 forks
Language: Motoko
last commit: over 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
canscale/stableheapbtreemap | A library implementing a functional BTree data structure | 5 |
canscale/stablebuffer | A Motoko library implementing stable, persistent buffers with a standardized API | 12 |
kritzcreek/motoko-text-map | Provides a fixed-key hashmap with type safety and ergonomic interface for Modelica model development | 1 |
canscale/linkedlist | A library providing stable and mutable singly and doubly linked list implementations in Motoko. | 2 |
canscale/stablerbtree | An implementation of a stable data structure based on Red Black Trees in the Motoko programming language. | 3 |
greg7mdp/sparsepp | A high-performance hash map implementation for C++ with low memory usage and efficient resizing | 1,253 |
giltene/pauselesshashmap | A Java map implementation that avoids pausing during resizing by performing background operations | 151 |
enzoh/motoko-sha | A package implementing secure hash algorithms for a specific programming language | 16 |
kshk123/hashmap | A concurrent thread-safe hash map implemented in C++. | 144 |
timohanke/motoko-sha2 | Provides an implementation of the Sha2 family of hash functions in Motoko | 2 |
tessil/sparse-map | A memory-efficient hash map and set implementation with flexible growth policies and support for heterogeneous lookups. | 334 |
goossaert/hashmap | An implementation of hash table algorithms for efficient data storage and retrieval | 255 |
tessil/robin-map | A C++ implementation of fast hash maps and sets using robin hood hashing | 1,277 |
mbrostami/consistenthash | A Go library implementing Consistent Hashing and Block Partitioning | 27 |
sparsehash/sparsehash-c11 | An experimental C++ implementation of a hash map data structure optimized for sparse data | 287 |