Y
Hacker News
new
|
ask
|
show
|
jobs
by
stuaxo
3931 days ago
This looks like a perfect thing to try various python optimisations/optimisers on - numba, pypy, cython and shedskin to name 4.
1 comments
jacobolus
3931 days ago
This is the kind of massively parallelizable problem you want to put on the GPU. Python is mostly a good choice for a readable-code demonstration version.
link
e12e
3931 days ago
So, pyopencl makes five?
https://github.com/pyopencl/pyopencl
link