Provides a hash table class for fast key-value storage of atomic vector types. Internally, hashmap makes extensive use of Rcpp, boost::variant, and boost::unordered_map to achieve high performance, type-safety, and versatility, while maintaining compliance with the C++98 standard.
Version: | 0.1.0 |
Depends: | methods |
Imports: | Rcpp (≥ 0.12.4) |
LinkingTo: | Rcpp, BH |
Suggests: | devtools, microbenchmark, testthat |
Published: | 2016-04-09 |
Author: | Nathan Russell [aut, cre] |
Maintainer: | Nathan Russell <russell.nr2012 at gmail.com> |
BugReports: | https://github.com/nathan-russell/hashmap/issues |
License: | MIT + file LICENSE |
URL: | https://github.com/nathan-russell/hashmap |
NeedsCompilation: | yes |
Materials: | README |
CRAN checks: | hashmap results |
Reference manual: | hashmap.pdf |
Package source: | hashmap_0.1.0.tar.gz |
Windows binaries: | r-devel: hashmap_0.1.0.zip, r-release: hashmap_0.1.0.zip, r-oldrel: hashmap_0.1.0.zip |
OS X Mavericks binaries: | r-release: hashmap_0.1.0.tgz, r-oldrel: hashmap_0.1.0.tgz |
Please use the canonical form https://CRAN.R-project.org/package=hashmap to link to this page.