问题描述
我正在编写一个程序,通过文件名和文件内容(纯文本)搜索整个文件系统。有什么算法或开源项目,可以使搜索速度非常快?我在Windows上使用 FAT / NTFS
文件系统来做这件事,而且我不想索引。
I'm writing a program that searches through the entire file system by file name and file contents (plain text). Is there any algorithm or open source project that could make the search very fast? I'm doing this on Windows with FAT/NTFS
file systems and I don't want indexing.
推荐答案
在SourceForce上下载了一个NTFS搜索器(命名为NTFS-Search),它做得非常好!它首先读取'FAT'一词,然后它非常快。只有界面是德文的。
Downloaded a NTFS searcher (named NTFS-Search) on SourceForce and it does the job very well! It first reads the 'FAT'once and after that it is incredibly fast. Only the interface is in German.
你可以用SVN下载源代码:
You can download the source with SVN:
svn co https://ntfs-search.svn.sourceforge.net/svnroot/ntfs-search
这篇关于快速搜索FAT32 / NTFS文件系统的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!