From e0db55e7acf8edda89be1a149f2b1a7be47ccda5 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Mon, 2 Jan 2017 23:36:11 +0000 Subject: [PATCH] Updated Post Scarcity Hardware (markdown) --- Post-Scarcity-Hardware.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Post-Scarcity-Hardware.md b/Post-Scarcity-Hardware.md index abc29c0..604747a 100644 --- a/Post-Scarcity-Hardware.md +++ b/Post-Scarcity-Hardware.md @@ -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 ` 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 - 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." ([world function] (map-world world function nil))