-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Labels
data representationIssues related to how data is represented: data types, data structures, indexes, access methods, etcIssues related to how data is represented: data types, data structures, indexes, access methods, etcquestionFurther information is requestedFurther information is requested
Description
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
Labels
data representationIssues related to how data is represented: data types, data structures, indexes, access methods, etcIssues related to how data is represented: data types, data structures, indexes, access methods, etcquestionFurther information is requestedFurther information is requested