Re: [Factor-talk] Search time on Windows Factor

2020-02-07 Thread KUSUMOTO Norio
> 2020/02/08 0:16、John Benediktsson のメール: > > It's worth investigating, for sure. > > The time is largely taken up by this: > > IN: scratchpad gc [ "" disk-vocabs-recursive-for-prefix ] time > > If you want to make a GitHub issue we can track the conversation and > improvements. > > Perhaps

Re: [Factor-talk] Search time on Windows Factor

2020-02-07 Thread John Benediktsson
It's worth investigating, for sure. The time is largely taken up by this: IN: scratchpad gc [ "" disk-vocabs-recursive-for-prefix ] time If you want to make a GitHub issue we can track the conversation and improvements. Perhaps some of our directory traversal code could be improved in Windows.