Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix missing type parameter in _array_for
This fixes a performance regression in the lucompletepiv benchmark triggered by generalizing _array_for to work with indices. This call, first introduced in b363cc7, likely always triggered dynamic method dispatch. The generalization to indices seemed to make that worse.
- Loading branch information