PauselessHashMap
Resizing Map
A Java map implementation that avoids pausing during resizing by performing background operations
A java.util.HashMap compatible map that won't stall puts or gets when resizing
151 stars
12 watching
21 forks
Language: Java
last commit: about 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
canscale/stablehashmap | Provides persistent, stable hash map implementations in Motoko | 14 |
hakky54/resize-me | An image resizing and compression tool with a graphical user interface built using JavaFX. | 5 |
rigtorp/hashmap | A high-performance hash table implementation optimized for delete-heavy workloads | 200 |
timeandspaceio/smoothiemap | An implementation of an efficient and low-latency map data structure | 295 |
goossaert/hashmap | An implementation of hash table algorithms for efficient data storage and retrieval | 255 |
greg7mdp/sparsepp | A high-performance hash map implementation for C++ with low memory usage and efficient resizing | 1,253 |
google-deepmind/einshape | A unified reshaping library for JAX and other frameworks. | 99 |
wobeng/zappa_resize_image_on_fly | Provides a serverless image resizing service using Flask, Zappa, and computer vision libraries. | 18 |
simplegeo/polymaps | A JavaScript library for creating dynamic and interactive maps in modern web browsers. | 1,602 |
thoas/picfit | An image resizing server written in Go that acts as a proxy to manipulate images from various storage backends and key/value stores. | 2,133 |
flesler/hashmap | A JavaScript class implementation of a key-value map data structure | 382 |
malabarba/lazy-map-clojure | Creates maps with values computed on demand from data or Java objects | 49 |
galadril/xam.plugin.simplestaticmap | A control for displaying static maps with pins and polylines in Xamarin Forms projects. | 2 |
davidmoten/geo | A utility library for efficient geospatial data querying using hashing and encoding methods | 410 |
bamlab/react-native-image-resizer | An image resizing library for React Native applications | 1,611 |