You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the text has to be extracted every time a search starts. It would be much faster for successive searches if the content is cached like what ripgrep-all does.
The extracted text could be stored in a SQLite database indexed by a hash of file path and modification date.
The text was updated successfully, but these errors were encountered:
Currently, the text has to be extracted every time a search starts. It would be much faster for successive searches if the content is cached like what ripgrep-all does.
The extracted text could be stored in a SQLite database indexed by a hash of file path and modification date.
The text was updated successfully, but these errors were encountered: