Data Copying Rate is not Constant
Copy n bytes of data, and it takes t time. Copy 2n bytes of data, and it takes 2t time, right? Not necessarily.
In-memory data-copying performance is not so straightforward. This article explains how the rate of data copying changes with the amount of data copied.
(https://bitbucket.org/robin.bateboerop/data-copying-rate)
...
- Robin's blog
- Login to post comments