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 (may not be active yet)
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: not available, r-release: not available, r-oldrel: not available
macOS binaries: r-release (arm64): not available, r-oldrel (arm64): not available, r-release (x86_64): not available, r-oldrel (x86_64): not available

Linking:

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