Array-map Alternatives
Similar projects and alternatives to array-map based on common topics and language
-
-
Nutrient
Nutrient - The #1 PDF SDK Library. Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.
-
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.
-
-
scalable-concurrent-containers
High-performance containers and utilities for concurrent and asynchronous programming
-
-
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
array-map discussion
array-map reviews and mentions
-
Fresh Tweak on Open Addressing Hash Maps
In case you are wondering how I know all that stuff, it is mainly because I had to take an algorithms course in university and was forced to learn this. For a while I had wondered if it would be possible to create something like what an `ArrayVec` is to `Vec`, but for HashMaps and began implementing this in https://github.com/Luro02/array-map
Stats
The primary programming language of array-map is Rust.