一个文件夹中有很多文件会影响性能吗?
我有一个应用程序将生成大约 20,000 个文件。为了简单起见,我正在考虑将所有这些文件放在同一个文件夹中。我这样做可能会遇到一些性能问题吗?我的软件适用于 Windows XP、Vista、7 和 Mac OS X。
有什么想法吗?
I've got an application that's going to generate about 20,000 files. To keep it simple, I'm thinking about putting all these files in the same folder. Am I likely to run into some performance issues doing so? My software is for Windows XP, Vista, Seven and Mac OS X.
Any idea?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我知道 Doxygen 有一个功能,可以将生成的文件分成多个目录,因为在 Windows 下访问大目录中的文件速度很慢。我不知道这只是 FAT 还是 NTFS 或者两者兼而有之。
I know that Doxygen has a feature to break the generated files up into multiple directories because of slowness in access files in large directories under Windows. I don't know if this is just FAT or NTFS or both.