The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

hashtable: Hash Table and Hash Set

It provides three implementations of hash tables and hash maps: 1. using 'std::unordered_map' and 'std::unordered_set' C++ libraries, 2. wrapping around the 'fastmatch' package, 3. using R environment.

Version: 1.0.0
Depends: R (≥ 4.0.0)
Imports: methods, Rcpp, fastmatch
LinkingTo: Rcpp
Suggests: knitr, rmarkdown
Published: 2026-07-27
DOI: 10.32614/CRAN.package.hashtable
Author: Zuguang Gu ORCID iD [aut, cre]
Maintainer: Zuguang Gu <guzuguang at suat-sz.edu.cn>
BugReports: https://github.com/jokergoo/hashtable/issues
License: MIT + file LICENSE
URL: https://github.com/jokergoo/hashtable, https://jokergoo.github.io/hashtable/
NeedsCompilation: yes
CRAN checks: hashtable results

Documentation:

Reference manual: hashtable.html , hashtable.pdf
Vignettes: Benchmark (source)
Hash Table and Hash Set (source, R code)

Downloads:

Package source: hashtable_1.0.0.tar.gz
Windows binaries: r-devel: hashtable_1.0.0.zip, r-release: hashtable_1.0.0.zip, r-oldrel: hashtable_1.0.0.zip
macOS binaries: r-release (arm64): hashtable_1.0.0.tgz, r-oldrel (arm64): hashtable_1.0.0.tgz, r-release (x86_64): hashtable_1.0.0.tgz, r-oldrel (x86_64): hashtable_1.0.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=hashtable to link to this page.

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.