mirror of
https://github.com/sbrow/envr.git
synced 2026-06-27 18:48:33 -04:00
fix(find): Ignored volatile dirs in benchmarks.
This commit is contained in:
5
findr/PERFORMANCE_IDEAS.md
Normal file
5
findr/PERFORMANCE_IDEAS.md
Normal 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
|
||||
Reference in New Issue
Block a user