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

API for pre-allocated calculation for better performance #168

Open
termoshtt opened this issue Jul 21, 2019 · 1 comment
Open

API for pre-allocated calculation for better performance #168

termoshtt opened this issue Jul 21, 2019 · 1 comment
Assignees

Comments

@termoshtt
Copy link
Member

Depends to #167, from rust-ndarray/ndarray#649 (comment)

Current implementations of QR and other methods adopt "luxury" way for memory allocation, i.e. qr allocates working memory on every call. This overhead is negligible in some cases where this crate should focus.

@termoshtt termoshtt added this to the 0.13 milestone Jul 13, 2020
@termoshtt termoshtt self-assigned this Jul 28, 2020
@termoshtt
Copy link
Member Author

as #241 (comment) drop from 0.13.0 milestone

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant