CMD + K

r-sparsepp

Anaconda Verified

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).

Installation

To install this package, run one of the following:

Conda
$conda install r::r-sparsepp

Usage Tracking

1.22
1 / 8 versions selected
Downloads (Last 6 months): 0

About

Summary

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).

Last Updated

Oct 15, 2019 at 16:17

License

BSD_3_clause

Total Downloads

282

Supported Platforms

noarch