Skip to content

Index Producer (Parallelization); Lanes rename, More docs #305

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

Merged
merged 35 commits into from
Apr 6, 2017

Conversation

bluss
Copy link
Member

@bluss bluss commented Apr 6, 2017

  • Introduce Indices, and indices NdProducer
    • Splittable along any axis
    • Better performance than index iterators
  • Rename .inners() to lanes(). This describes it much better
  • New doc section for loops, zip and iterators in general in ArrayBase (Feedback very welcome on that)
  • Generalization of NdProducer so that it can accomodate non-pointer walks (indices)
  • All iterator structs are distracting in docs, so they are in ndarray::iter now.

Related to #279
Fixes #302

@bluss bluss merged commit 8b531d5 into master Apr 6, 2017
@bluss bluss deleted the index-producer branch April 6, 2017 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant