Skip to content

Initial jump in seed finding #10

@tsybulkin

Description

@tsybulkin

We may maintain an extra data structure - a hash table that will hold all possible short sequences as keys and two pointers to FM-index. If a particular sequence (a key) cannot be found in fm-index we may store 'not-found' instead of two pointers.
This may speed up the process of seed finding at least 2x.
This extra data structure can be created during the runtime. The process looks like we cash the most common sequences in a special table and use them instead of computing them again and again.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions