Skip to content
#

cross-platform-gui

Here are 40 public repositories matching this topic...

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 cross-platform-gui 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 cross-platform-gui topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.