2025-01-12 04:36:52 +08:00

31 lines
1.3 KiB
Plaintext

Package: fastmap
Title: Fast Data Structures
Version: 1.2.0
Authors@R: c(
person("Winston", "Chang", email = "winston@posit.co", role = c("aut", "cre")),
person(given = "Posit Software, PBC", role = c("cph", "fnd")),
person(given = "Tessil", role = "cph", comment = "hopscotch_map library")
)
Description: Fast implementation of data structures, including a key-value
store, stack, and queue. Environments are commonly used as key-value stores
in R, but every time a new key is used, it is added to R's global symbol
table, causing a small amount of memory leakage. This can be problematic in
cases where many different keys are used. Fastmap avoids this memory leak
issue by implementing the map using data structures in C++.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.2.3
Suggests: testthat (>= 2.1.1)
URL: https://r-lib.github.io/fastmap/, https://github.com/r-lib/fastmap
BugReports: https://github.com/r-lib/fastmap/issues
NeedsCompilation: yes
Packaged: 2024-05-14 17:54:13 UTC; winston
Author: Winston Chang [aut, cre],
Posit Software, PBC [cph, fnd],
Tessil [cph] (hopscotch_map library)
Maintainer: Winston Chang <winston@posit.co>
Repository: CRAN
Date/Publication: 2024-05-15 09:00:07 UTC
Built: R 4.4.2; x86_64-w64-mingw32; 2025-01-09 01:43:54 UTC; windows
Archs: x64