Skip to content
#

file-indexing

Here are 16 public repositories matching this topic...

diskover-community

The main idea is to match and search words efficiently among text files in a directory. The files are indexed using multiprocessing. The indexed files are then searched using a Trie. In simple words, this project is word autocomplete using multiprocessing and trie.

  • Updated Dec 3, 2021
  • Python

Improve this page

Add a description, image, and links to the file-indexing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the file-indexing topic, visit your repo's landing page and select "manage topics."

Learn more