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

Create performance tests #6

Open
echo66 opened this issue Jan 24, 2015 · 4 comments
Open

Create performance tests #6

echo66 opened this issue Jan 24, 2015 · 4 comments
Assignees

Comments

@echo66
Copy link
Owner

echo66 commented Jan 24, 2015

I need to compare the performance between the map function, the for loop and the while loop. For each case, I need to compare the performance for Array and Float32Array.

Use jsperf.com to compare them.

@echo66 echo66 self-assigned this Jan 24, 2015
@echo66
Copy link
Owner Author

echo66 commented Jan 26, 2015

Regarding map vs for loop, check this out in both Chrome and Firefox.

@echo66
Copy link
Owner Author

echo66 commented Jan 26, 2015

Regarding Array vs Float32Array, check this out in both Chrome and Firefox.

@echo66
Copy link
Owner Author

echo66 commented Jan 26, 2015

Something worth mentioning: using Float32Array instead of Array increases the numerical error.

@echo66
Copy link
Owner Author

echo66 commented Apr 26, 2015

Performance Tests for some FFT implementations:

http://jsperf.com/benchmark-for-fftw-js
http://jsperf.com/comparing-two-fft-functions/3

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

No branches or pull requests

1 participant