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
find $2 -maxdepth 1 -type d returns cache root directory and its subdirectories. The parallel grep process that is invoked with the root dir processes the whole cache, so the parallelization benefits are lost.
This can be fixed with -mindepth 1
The text was updated successfully, but these errors were encountered:
find $2 -maxdepth 1 -type d
returns cache root directory and its subdirectories. The parallel grep process that is invoked with the root dir processes the whole cache, so the parallelization benefits are lost.This can be fixed with -mindepth 1
The text was updated successfully, but these errors were encountered: