Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
paulmd
on March 21, 2018
|
parent
|
context
|
favorite
| on:
Benchmarking OS primitives
Yeah, poor search performance is definitely an application problem here. Lately I've taken to using Cygwin find instead and it runs just as fast as you'd expect. eg
find /cygdrive/c/ -type f -iname '*somefile.tar'
Consider applying for YC's Summer 2026 batch! Applications are open till May 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
find /cygdrive/c/ -type f -iname '*somefile.tar'