Skip to content

crispr subcommand: use multi-pattern search (v2/search_encoded_patterns) for multi-guide inputs #52

@nh13

Description

@nh13

The crispr subcommand currently loops per-pattern via search_with_fn (bin/crispr.rs L227), but could use search_encoded_patterns (the v2 path used in run_batch_v2 in grep.rs) to batch all guides into a single SIMD pass per text chunk, which would dramatically improve throughput for multi-guide CRISPR off-target screening workloads.

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