Skip to content

Improve perf of f-order array operations #138

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
5 of 7 tasks
bluss opened this issue Mar 10, 2016 · 0 comments
Open
5 of 7 tasks

Improve perf of f-order array operations #138

bluss opened this issue Mar 10, 2016 · 0 comments
Assignees

Comments

@bluss
Copy link
Member

bluss commented Mar 10, 2016

C-order is the default order. The following functions need adaption for f-order:

  • map
  • to_owned
  • zip_mut_with broadcast from 0
  • zip_mut_with general
  • scalar_sum
  • allclose
  • eq

allclose, to_owned, map, scalar_sum can all start with implementing an agnostic version of as_slice()

@bluss bluss self-assigned this Mar 10, 2016
@bluss bluss changed the title Improve perf of f-order arrays Improve perf of f-order array operations Mar 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant