Package: hashmapR 1.0.1

Sven Glinz
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.
Authors:
hashmapR_1.0.1.tar.gz
hashmapR_1.0.1.zip(r-4.7)hashmapR_1.0.1.zip(r-4.6)hashmapR_1.0.1.zip(r-4.5)
hashmapR_1.0.1.tgz(r-4.6-x86_64)hashmapR_1.0.1.tgz(r-4.6-arm64)hashmapR_1.0.1.tgz(r-4.5-x86_64)hashmapR_1.0.1.tgz(r-4.5-arm64)
hashmapR_1.0.1.tar.gz(r-4.7-arm64)hashmapR_1.0.1.tar.gz(r-4.7-x86_64)hashmapR_1.0.1.tar.gz(r-4.6-arm64)hashmapR_1.0.1.tar.gz(r-4.6-x86_64)
hashmapR_1.0.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
hashmapR/json (API)
NEWS
| # Install 'hashmapR' in R: |
| install.packages('hashmapR', repos = c('https://svensglinz.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/svensglinz/hashmapr/issues
Last updated from:108d4fb966. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 105 | ||
| linux-devel-x86_64 | OK | 105 | ||
| source / vignettes | OK | 127 | ||
| linux-release-arm64 | OK | 110 | ||
| linux-release-x86_64 | OK | 110 | ||
| macos-release-arm64 | OK | 154 | ||
| macos-release-x86_64 | OK | 298 | ||
| macos-oldrel-arm64 | OK | 188 | ||
| macos-oldrel-x86_64 | OK | 350 | ||
| windows-devel | OK | 78 | ||
| windows-release | OK | 74 | ||
| windows-oldrel | OK | 89 | ||
| wasm-release | OK | 85 |
Exports:hashmap
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Create a Hashmap Object | hashmap |