hashmapR
Fast, Vectorized Hashmap
A fast, vectorized hashmap that is built on top of 'C++' std::unordered_map <https://en.cppreference.com/w/cpp/container/unordered_map.html>. The map can hold any 'R' object as key / value as long as it is serializable and supports vectorized insertion, lookup, and deletion.
Versions across snapshots
| Version | Repository | File | Size |
|---|---|---|---|
1.0.1 |
rolling source/ R- | hashmapR_1.0.1.tar.gz |
9.9 KiB |
1.0.1 |
rolling linux/jammy R-4.5 | hashmapR_1.0.1.tar.gz |
30.9 KiB |
1.0.1 |
rolling linux/noble R-4.5 | hashmapR_1.0.1.tar.gz |
30.9 KiB |
1.0.1 |
latest source/ R- | hashmapR_1.0.1.tar.gz |
9.9 KiB |
1.0.1 |
latest linux/jammy R-4.5 | hashmapR_1.0.1.tar.gz |
30.9 KiB |
1.0.1 |
latest linux/noble R-4.5 | hashmapR_1.0.1.tar.gz |
30.9 KiB |
1.0.1 |
2026-04-23 source/ R- | hashmapR_1.0.1.tar.gz |
9.9 KiB |
1.0.1 |
2026-04-09 windows/windows R-4.5 | hashmapR_1.0.1.zip |
100.4 KiB |
Dependencies (latest)
Suggests
- testthat (>= 3.0.0)