brudis-r7/mtblr: Tools to work with 'mtbl' files

mtbl files are an implementation of the 'Sorted String Table' data structure, based on the 'SSTable' implementation in the open source Google 'LevelDB' library. An 'SSTable' is a file containing an immutable mapping of keys to values. Keys are stored in sorted order, with an index at the end of the file allowing keys to be located quickly. Tools to search and iterate over 'mtbl' files are provided.

Getting started

Package details

AuthorBob Rudis (@hrbrmstr)
MaintainerBob Rudis <bob@rudis.net>
LicenseAGPL
Version0.3.0.9000
URL http://github.com/hrbrmstr/mtblr
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("brudis-r7/mtblr")
brudis-r7/mtblr documentation built on May 13, 2019, 7:55 a.m.