Skip to content

Multi-threading with MIS #42

Description

@AnnaWegmann

Every call sets min_score/n_candidates on the one shared filter object. Thread A sets min_score=0.9, thread B sets 0.5 a millisecond later, thread A's filtering silently runs with B's threshold → wrong results.

We should pass thresholds into the scoring call instead of storing them on the shared object

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