CRAN/E | fm.index

fm.index

Fast String Searching

Installation

About

Wrapper for the Succinct Data Structure C++ library (SDSL v3) enabling fast string searching using FM indices. Partial string matching can be ~50-fold faster than simple string scans for many real-world string collections (corpora). A given corpus is converted into a compact in-memory FM index representation that can be efficiently queried for partial string matches.

github.com/clemenshug/fm.index
Bug report File report

Key Metrics

Version 0.1.1
Published 2022-04-08 421 days ago
Needs compilation? yes
License MIT
License File
CRAN checks fm.index results

Downloads

Last 24 hours 0 -100%
Last 7 days 2 0%
Last 30 days 10 -17%
Last 90 days 81 -76%
Last 365 days 1.285 +256%

Maintainer

Maintainer

Clemens Hug

clemens.hug@gmail.com

Authors

Clemens Hug

aut / cre

Material

README
Reference manual
Package source

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrelnot available

x86_64

Imports

Rcpp
stringi

Suggests

testthat ≥ 3.0.0

LinkingTo

Rcpp
stringi