CMD + K

r-sparsepp

Community

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_test::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 17:15

License

BSD_3_clause

Total Downloads

1

Supported Platforms

noarch