array-map
An array based `HashMap` (by Luro02)
rustbreak
A simple, fast and easy to use self-contained single file storage for Rust (by TheNeikos)
array-map | rustbreak | |
---|---|---|
1 | 1 | |
1 | 388 | |
- | - | |
10.0 | 0.0 | |
almost 3 years ago | about 3 years ago | |
Rust | Rust | |
- | Mozilla Public License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
array-map
Posts with mentions or reviews of array-map.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-11-01.
-
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
rustbreak
Posts with mentions or reviews of rustbreak.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-04-12.
-
Hey Rustaceans! Got an easy question? Ask here (15/2021)!
The closest I could find so far is https://github.com/TheNeikos/rustbreak (but I don't think that does incremental updates)
What are some alternatives?
When comparing array-map and rustbreak you can also consider the following projects:
hashmap-compare - A comparison of standard library and language implementations of hashmaps
databend - 𝗗𝗮𝘁𝗮, 𝗔𝗻𝗮𝗹𝘆𝘁𝗶𝗰𝘀 & 𝗔𝗜. Modern alternative to Snowflake. Cost-effective and simple for massive-scale analytics. https://databend.com
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.
plotters - A rust drawing library for high quality data plotting for both WASM and native, statically and realtimely 🦀 📈🚀
scalable-concurrent-containers - High-performance containers and utilities for concurrent and asynchronous programming
rfd - Rusty File Dialog