Skip to content

kmerDecoder is not threadsafe #28

@shokrof

Description

@shokrof

I cant process trying to process each chunk on a different thread because next chunk clear the kmers
void kmerDecoder::next_chunk(){
this->kmers.clear();
this->extractKmers();
}

also flatmap is not the best data structure. Vector or deque is more efficient for this task.

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