Skip to content

Instantly share code, notes, and snippets.

@stsievert
Created July 24, 2019 16:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save stsievert/268c5ef3b71c6fb9ed7e67926878d292 to your computer and use it in GitHub Desktop.
Save stsievert/268c5ef3b71c6fb9ed7e67926878d292 to your computer and use it in GitHub Desktop.
constant timing for convolution methods (fft and direct)
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@stsievert
Copy link
Author

This notebook re-implements a lot of SciPy's convolve and correlate. That can probably be ripped out now.

@stsievert
Copy link
Author

stsievert commented Jul 24, 2019

This notebook also measures the average time, not the minimum time.

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