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

Matrix Optimization #641

Closed
3 tasks done
sys27 opened this issue Jul 2, 2023 · 0 comments · Fixed by #640, #648 or #649
Closed
3 tasks done

Matrix Optimization #641

sys27 opened this issue Jul 2, 2023 · 0 comments · Fixed by #640, #648 or #649
Assignees
Milestone

Comments

@sys27
Copy link
Owner

sys27 commented Jul 2, 2023

  • Reduce memory allocation and increase ImmutableArray<T> speed.
  • Introduce VectorValue/MatrixValue
  • Use SIMD instructions for Vector/Matrix calculations
@sys27 sys27 added this to the Backlog milestone Jul 2, 2023
sys27 added a commit that referenced this issue Jul 2, 2023
@sys27 sys27 modified the milestones: Backlog, xFunc 4.2.0 Jul 2, 2023
sys27 added a commit that referenced this issue Jul 8, 2023
sys27 added a commit that referenced this issue Jul 8, 2023
sys27 added a commit that referenced this issue Jul 9, 2023
sys27 added a commit that referenced this issue Jul 9, 2023
sys27 added a commit that referenced this issue Jul 9, 2023
sys27 added a commit that referenced this issue Jul 9, 2023
sys27 added a commit that referenced this issue Jul 9, 2023
sys27 added a commit that referenced this issue Jul 9, 2023
sys27 added a commit that referenced this issue Jul 9, 2023
sys27 added a commit that referenced this issue Jul 9, 2023
sys27 added a commit that referenced this issue Jul 9, 2023
sys27 added a commit that referenced this issue Jul 9, 2023
#641 - Introduce `VectorValue`/`MatrixValue`.
This was linked to pull requests Jul 9, 2023
@sys27 sys27 modified the milestones: Backlog, xFunc 4.3.0 Jul 9, 2023
@sys27 sys27 self-assigned this Jul 10, 2023
sys27 added a commit that referenced this issue Jul 10, 2023
#641 - Use SIMD instructions for Vector/Matrix calculations.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment