Key-value store, implemented as a wrapper around 'LMDB'; the "lightning memory-mapped database" <https://symas.com/lmdb/>. 'LMDB' is a transactional key value store that uses a memory map for efficient access. This package wraps the entire 'LMDB' interface, providing objects for transactions and cursors.
Version: | 1.0.1 |
Imports: | R6, storr |
Suggests: | ids, knitr, rmarkdown, testthat |
Published: | 2018-07-18 |
Author: | Rich FitzJohn [aut, cre], Howard Chu [cph], Symas Corporation [cph], Martin Hedenfalk [cph], The OpenLDAP Foundation [cph] |
Maintainer: | Rich FitzJohn <rich.fitzjohn at gmail.com> |
BugReports: | https://github.com/richfitz/thor/issues |
License: | MIT + file LICENSE |
URL: | https://github.com/richfitz/thor |
NeedsCompilation: | yes |
Language: | en-GB |
Materials: | README |
CRAN checks: | thor results |
Reference manual: | thor.pdf |
Vignettes: |
thor |
Package source: | thor_1.0.1.tar.gz |
Windows binaries: | r-devel: thor_1.0.1.zip, r-release: thor_1.0.1.zip, r-oldrel: thor_1.0.1.zip |
OS X binaries: | r-release: thor_1.0.1.tgz, r-oldrel: thor_1.0.1.tgz |
Please use the canonical form https://CRAN.R-project.org/package=thor to link to this page.