perf(findr): Increased walker buffer size.

This commit is contained in:
2026-06-17 15:01:42 -04:00
parent e5eac93071
commit 505da344e0

View File

@@ -337,7 +337,7 @@ read_dir_entries :: proc(dir_path: string, has_git: ^bool) -> [dynamic]RawEntry
delete(cpath)
if err != .NONE do return entries
buf: [8192]u8
buf: [32 * 1024]u8
has_git^ = false
for {