Skip to content
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

Bypass coordinate counting in iterators if c-contiguous #244

Closed
wants to merge 622 commits into from

Conversation

mateogianolio
Copy link
Owner

@mateogianolio mateogianolio commented Jun 8, 2023

Fixes #243

  • Do the c-contiguous check better..
  • Add tests before merge

mateogianolio and others added 30 commits December 18, 2016 18:52
simplify min and max with reduce
This badge will show the version on CDNJS!
add CDNJS version badge in README.md
add binary operation function to vector
add binary operation to matrix
mateogianolio and others added 28 commits June 13, 2022 00:09
Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v2.2.1...v2.2.3)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mateo Gianolio <gianoliomateo@gmail.com>
* Add prettier formatter

* [skip ci] Bump version
* Remove non-null assertions

* 6.1.8
* Remove non-null assertions

* 6.1.8

* Split up iterators into separate files

* 6.1.9
* Remove old benchmarks and add benchmarks to .gitignore

* Add benchmarks to iterators

* Improvement/renaming to bench script

* 6.1.10
* Remove next2d and next1d from NDIter and add test case

* 6.1.11
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.

Bypass coordinate counting in single iterator if data is C-contiguous
10 participants