Skip to content

Can variable ld_prune_index_to_drop be implimented as a boolean array  #920

@timothymillar

Description

@timothymillar

This variable is currently an array of integer array of dimension "variant_indexes". If it could instead be treated as a boolean array of with dimension "variants" the unique dimension would be avoided. As mentioned in https://github.com/pystatgen/sgkit/pull/913#issuecomment-1261958057 this is performance sensitive code and avoiding a unique dimension would not be worth an efficiency loss.

Metadata

Metadata

Assignees

No one assigned

    Labels

    data representationIssues related to how data is represented: data types, data structures, indexes, access methods, etcquestionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions