mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-15 10:03:30 -04:00
dev-R/fastmap: new package, added 1.1.0
Signed-off-by: Robert Greener <me@r0bert.dev>
This commit is contained in:
17
dev-R/fastmap/metadata.xml
Normal file
17
dev-R/fastmap/metadata.xml
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>me@r0bert.dev</email>
|
||||
<name>Robert Greener</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">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++.</longdescription>
|
||||
<upstream>
|
||||
<maintainer>
|
||||
<name>Winston Chang</name>
|
||||
<email>winston@rstudio.com</email>
|
||||
</maintainer>
|
||||
<bugs-to>https://github.com/r-lib/fastmap/issues</bugs-to>
|
||||
<remote-id type="github">r-lib/fastmap</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user