On Sun, Oct 30, 2016 at 7:33 AM, Richard Stallman <address@hidden> wrote:
> Sorry, I am not sure what 20 means here. > Was it a speedup of 20%? > A factor of 20?
He meant a factor of 20. Here's the original comment:
> E.g., it turned out that most of the time it takes 'loadup' to do its > job is due to the linear search of pure strings in > find_string_data_in_pure, called by make_pure_string. If we call > 'loadup' upon every startup, the need for pure storage goes away, and > the 'loadup' time can be sped up tenfold. And that is even before > making all of the preloaded files a single file, which speeds up > things at least twofold more, according to my measurements.