dselivanov/r-sparsepp: 'Rcpp' Interface to 'sparsepp'

Provides interface to 'sparsepp' - fast, memory efficient hash map. It is derived from Google's excellent 'sparsehash' implementation. We believe 'sparsepp' provides an unparalleled combination of performance and memory usage, and will outperform your compiler's unordered_map on both counts. Only Google's 'dense_hash_map' is consistently faster, at the cost of much greater memory usage (especially when the final size of the map is not known in advance).

Getting started

Package details

Maintainer
LicenseBSD_3_clause + file LICENSE
Version1.22
URL https://github.com/greg7mdp/sparsepp https://github.com/dselivanov/r-sparsepp
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("dselivanov/r-sparsepp")
dselivanov/r-sparsepp documentation built on May 30, 2019, 7:20 p.m.