good first issuehelp wanted
仓库指标
- Star
- (830 star)
- PR 合并指标
- (平均合并 40天) (30 天内合并 1 个 PR)
描述
The standard accelerate test suite, used by all the backends, can be quite slow. Several of the tests are significantly slower than the others, for example segmented folds and scans, which I believe is because the reference implementations are very inefficient. Writing some more efficient reference implementations (e.g. using Data.Vector.Unboxed) should help speed things up.