fix(find): Ignored volatile dirs in benchmarks.

This commit is contained in:
2026-06-17 11:48:05 -04:00
parent 05ef638d51
commit 46ffe4f99a
2 changed files with 21 additions and 16 deletions

5
PERFORMANCE_IDEAS.md Normal file
View File

@@ -0,0 +1,5 @@
findr is 4.5x slower than fd (case 1: 658ms vs 146ms). Opportunities:
- Per-thread result buffers (eliminate mutex contention)
- Arena allocator for path strings
- Larger getdents buffer (8KB → 64KB+)
- Buffered stdout output