Conversation
|
Review these changes at https://app.gitnotebooks.com/stumpy-dev/sliding_dot_product/pull/25 |
|
@seanlaw |
|
@NimaSarajpoor Please go ahead! |
|
The script for
Observations
Conclusion
I think it should be worth it to check the performance of multi-threading |
The baseline implementation of sliding_dot_product/sdp/pyfftw_sdp.py Line 11 in d8f0423 The benchmark was run using the following #!/bin/bash
rm -rf sdp/__pycache__
./timing.py -timeout 5.0 -pmin 6 -pmax 24 pyfftw challenger_2threads challenger_4threads challenger_8threads scipy_oaconvolve > timing.csv
rm -rf sdp/__pycache__Results
Observations
Side note |
|
@seanlaw |
Please give me some time to review it more thoroughly |
There was a problem hiding this comment.
@NimaSarajpoor I basically have one primary suggestion for you to consider but I am not married to it (see below)
seanlaw
left a comment
There was a problem hiding this comment.
@NimaSarajpoor I've left some comments for you to consider
|
@seanlaw |
seanlaw
left a comment
There was a problem hiding this comment.
@NimaSarajpoor I think this is ready to be merged. I left a comment for you to consider but feel free to ignore if you disagree as I do not feel strongly about it
NimaSarajpoor
left a comment
There was a problem hiding this comment.
@seanlaw
I think this PR is ready. I discovered a small opportunity for improvement and left a comment. Wanted to know your input before I merge this PR.
|
Thank you @seanlaw for all the comments and feedbacks. |



This PR addresses issue #22. The proposed pyfftw-based sdp will first be added under
challenger_sdp.pyso that we can compare it against the existing pyfftw_sdp. Eventually, once we are certain that there is no other concern, we will move it topyfftw_sdp.