fix(find): Ignored volatile dirs in benchmarks.

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

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