Skip to content
#

file-indexing

Here are 16 public repositories matching this topic...

NEW ugrep 6.0: a more powerful, ultra fast, user-friendly, compatible grep. Includes a TUI, Google-like Boolean search with AND/OR/NOT, fuzzy search, hexdumps, searches (nested) archives (zip, 7z, tar, pax, cpio), compressed files (gz, Z, bz2, lzma, xz, lz4, zstd, brotli), pdfs, docs, and more

  • Updated May 29, 2024
  • C++
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