-
Notifications
You must be signed in to change notification settings - Fork 42
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
Numo::DFloat is much slower than the old narray library's NVector #198
Comments
I checked the reason of this performance issue by perf.
|
I investigated with non-optimized ruby to show the full call stack. The result is:
|
From the result with non-optimized ruby, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found that
x.inplace + i
is much slower thanx.add!(i)
.I have no idea if this is a bug, but @mrkn asked me to create a ticket.
The text was updated successfully, but these errors were encountered: