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'
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
find /cygdrive/c/ -type f -iname '*somefile.tar'