-
Notifications
You must be signed in to change notification settings - Fork 36
[WIP] Reduced allocations #106
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
base: master
Are you sure you want to change the base?
Conversation
Co-authored-by: David Müller-Widmann <[email protected]>
Co-authored-by: David Müller-Widmann <[email protected]>
Co-authored-by: David Müller-Widmann <[email protected]>
Co-authored-by: David Müller-Widmann <[email protected]>
Co-authored-by: David Müller-Widmann <[email protected]>
Co-authored-by: David Müller-Widmann <[email protected]>
Co-authored-by: David Müller-Widmann <[email protected]>
And some other cleanup after merging review comments
Co-authored-by: David Müller-Widmann <[email protected]>
Test on min and lts
Also, use norm instead of sqrt(sum(abs2,...))
Benchmark Report for /home/runner/work/Loess.jl/Loess.jlJob Properties
ResultsA ratio greater than
Benchmark Group ListHere's a list of all the benchmark groups executed by this job:
Julia versioninfoTargetBaseline |
|
It doesn't seem to make a difference on the timings which aligns with the profiling. |
I'm curious if and possibly to what extent benchmarks are affected when reducing allocations.
Built on top of #104.