Skip to content

LRS and t-tuple estimates can be dramatically faster using different algorithms #9

@joshuaehill

Description

@joshuaehill

If you use a suffix array / longest common prefix array (SA / LCP arrays), you can calculate these estimates in quadratic time. Indeed, this process is practically very fast if you use optimized implementations of modern algorithms (e.g., https://github.com/y-256/libdivsufsort)

See the last three pages of our implementation comments:
https://bit.ly/UL90BCOM

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions