perf(scan): skip extensionless files by default

This commit is contained in:
bfloat16
2026-08-11 19:24:32 +08:00
parent e9ead4dc5f
commit ab1a14c9d1
3 changed files with 47 additions and 22 deletions
+2 -2
View File
@@ -106,7 +106,7 @@ fn print_help() {
);
println!(
" --scan-all probe every file in a folder, including ones the scan\n\
\x20 pre-filter skips (under 4128 bytes, or a bulk-asset\n\
\x20 extension like .ab/.xml/.acb). Much slower on game trees."
\x20 pre-filter skips (under 4128 bytes, extensionless,\n\
\x20 or a bulk-asset extension). Much slower on large trees."
);
}