Can variable ld_prune_index_to_drop
be implimented as a boolean array
#920
Labels
data representation
Issues related to how data is represented: data types, data structures, indexes, access methods, etc
question
Further information is requested
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.
The text was updated successfully, but these errors were encountered: