mirror of
https://github.com/heyarne/earth-observation-for-journalism.git
synced 2026-05-06 19:13:40 +02:00
Use passive voice throughout
This commit is contained in:
parent
3d50f4a014
commit
3e6e2dd09f
8 changed files with 29 additions and 29 deletions
|
|
@ -251,8 +251,8 @@
|
|||
"source": [
|
||||
"## Result\n",
|
||||
"\n",
|
||||
"As we can see when processing a single element, multiprocessing comes with an overhead.\n",
|
||||
"When the list to be processed is sufficiently large, we get a slight reduction in processing time, that, even with a higher standard deviation, manages to be faster than the single-process version.\n",
|
||||
"Multiprocessing comes with an overhead, which is significant enough to rule it out when processing a single element.\n",
|
||||
"When the list of elements is sufficiently large, there is a slight reduction in processing time, that, even with a higher standard deviation, manages to be faster than the single-process version.\n",
|
||||
"\n",
|
||||
"Averaging the masked array is an operation that can be implemented to scale in $O(N)$ with the size of the input array.\n",
|
||||
"The time reduction should be even higher for more complex tasks."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue