Boost filesystem incredibly slow?

后端 未结 3 1618
北海茫月
北海茫月 2021-02-19 07:07

I am currently in the process of learning the Boost framework, and I have found out how to list all folders and files on my system, using

#include 

        
3条回答
  •  Happy的楠姐
    2021-02-19 07:40

    The .NET version might be indexed and perhaps only needs to read filenames from a flat format. What you propose needs to open every single directory.

提交回复
热议问题