renaming exercises
This commit is contained in:
parent
b9988fdda9
commit
55cccc5f4f
|
@ -1,4 +1,4 @@
|
||||||
# Exercise 2a: multithreading with NumPy
|
# Exercise A: multithreading with NumPy
|
||||||
|
|
||||||
Objective: investigate speed-up of numpy code with multiple threads.
|
Objective: investigate speed-up of numpy code with multiple threads.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Exercise 2b: multiprocessing and map
|
# Exercise B: multiprocessing and map
|
||||||
|
|
||||||
Objective: introduce `map` and `Pool.map`.
|
Objective: introduce `map` and `Pool.map`.
|
||||||
|
|
Loading…
Reference in a new issue