File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -329,7 +329,7 @@ How much faster should it be?
329329
330330Run the dot_product.R code several times to get an average
331331execution time for a dot product between two vectors of
332- 1 million elements each. Try to run them on an isolated system
332+ 10 million elements each. Try to run them on an isolated system
333333if possible, or through a batch queue that at least ensures the
334334code is being run on an isolated processing core.
335335Then run the dot_product_sparse.R code in the same manner for
Original file line number Diff line number Diff line change @@ -406,6 +406,7 @@ If you do this please contribute your code and timings.
406406* [Scikit]()
407407* [Dask](https://dask.org)
408408* [Numba](https://numba.pydata.org)
409+ * [Software Carpentry Incubator lesson with Dask and Numba](https://carpentries-incubator.github.io/lesson-parallel-python/)
409410* [Parsl python package](https://github.com/Parsl/parsl)
410411
411412
You can’t perform that action at this time.
0 commit comments