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 928 days ago
Needs compilation? yes
License MIT
License File
CRAN checks fm.index results

Downloads

Yesterday 0
Last 7 days 2 -33%
Last 30 days 11 +22%
Last 90 days 31 +11%
Last 365 days 112 -83%

Maintainer

Maintainer

Clemens Hug

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