Updated Post Scarcity Hardware (markdown)
parent
b3cb880564
commit
e0db55e7ac
|
@ -29,7 +29,7 @@ Performance doesn't actually improve very much. Consider this function, which is
|
||||||
the arguments to the function will be the world, the cell, and any
|
the arguments to the function will be the world, the cell, and any
|
||||||
` additional-args` supplied. Note that we parallel map over rows but
|
` additional-args` supplied. Note that we parallel map over rows but
|
||||||
just map over cells within a row. That's because it isn't worth starting
|
just map over cells within a row. That's because it isn't worth starting
|
||||||
a new thread for each cell, but there may be efficiency gains in
|
a new thread for each cell, but there may be efficiency gains in
|
||||||
running rows in parallel."
|
running rows in parallel."
|
||||||
([world function]
|
([world function]
|
||||||
(map-world world function nil))
|
(map-world world function nil))
|
||||||
|
|
Loading…
Reference in a new issue