We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I compared the time it takes to run both scripts, with 10000000 iteration. 1m32s for the Python version and only 29s for the J's.
If an algorithm is parallelizable, does J use all cores of a CPU?
The text was updated successfully, but these errors were encountered:
i am beginner to J, did not manual parallelize this code, can't sure whether the code can auto parallelize, but when i monitor the 4 cpu cores usage on windows, it seems just use one core, it run fast may be as the optimized j interpreter: http://code.jsoftware.com/wiki/Guides/AVX, and indeed J may use all cores of CPU in some situations, you can see: http://code.jsoftware.com/wiki/User:Devon_McCormick, http://code.jsoftware.com/wiki/NYCJUG/2010-03-09#Parallel-Programming_Projects_on_the_J_Wiki http://code.jsoftware.com/wiki/NYCJUG/2010-04-14/ExampleConvertingJCodetoUseMultipleCores
Sorry, something went wrong.
No branches or pull requests
I compared the time it takes to run both scripts, with 10000000 iteration. 1m32s for the Python version and only 29s for the J's.
If an algorithm is parallelizable, does J use all cores of a CPU?
The text was updated successfully, but these errors were encountered: