-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
22 lines (22 loc) · 1.04 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: sparsepp
Type: Package
Title: 'Rcpp' Interface to 'sparsepp'
Version: 1.22
Date: 2018-09-19
Authors@R: c(
person("Gregory", "Popovitch", role = c("aut", "cph"), email = "greg7mdp@gmail.com"),
person("Google Inc", role = c("aut", "cph")),
person("Dmitriy", "Selivanov", role = "cre", email = "selivanov.dmitriy@gmail.com")
)
Description: 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).
License: BSD_3_clause + file LICENSE
Encoding: UTF-8
URL: https://github.com/greg7mdp/sparsepp, https://github.com/dselivanov/r-sparsepp
BugReports: https://github.com/dselivanov/r-sparsepp/issues
Suggests: Rcpp
RoxygenNote: 6.0.1