|
|
|
|
|
by skissane
163 days ago
|
|
> If you grep (via fuse) you will end up opening lots of files which will result in fetches to some API and it will be slow. This is a limitation of the POSIX filesystem interface. If there were a grep() system call, it could delegate searches to the filesystem, which could use full text indices, run them on a remote server, etc |
|