Skip to content
#

file-search

Here are 46 public repositories matching this topic...

🔍NEW ultra fast grep with interactive query UI: search file systems, source code, text, binary files, archives (cpio/tar/pax/zip), compressed files (gz/Z/bz2/lzma/xz/lz4), documents, fuzzy search, and more. A faster, user-friendly replacement for GNU/BSD grep.

  • Updated Aug 20, 2020
  • C++
n0-fun
n0-fun commented Aug 14, 2020

Regex operates on text, not binaries. As such, the current implementation simply reads the entire file into one string object.
While this approach avoids issues arising from buffered reading (such as a potential regex match getting cut-off), it poses a problem when a large file is encountered during file search.
This could be solved by allowing the user to specify a maximum file size, beyond whi

Improve this page

Add a description, image, and links to the file-search 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-search topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.