perf(findr): Added spall support.

This commit is contained in:
2026-06-17 13:41:23 -04:00
parent f51c0d6755
commit ce57009b92
5 changed files with 85 additions and 0 deletions

View File

@@ -145,6 +145,9 @@ walk :: proc(roots: []string, results: ^[dynamic]string, opts: WalkOptions, thre
walk_worker :: proc(t: ^thread.Thread) {
pool := cast(^WalkerPool)t.data
prof_thread_init("walker")
defer prof_thread_destroy()
local_results := make([dynamic]string, 0, 256)
defer delete(local_results)