a769baf075
a bit differently: when reading the directory, store all getattr caching queries and fire off only when the directory read is complete. That way the common sequence is not [readdir, lots of async getattr requests, readdir EOF] but rather [readdir, readdir EOF, lots of async getattr]. This speeds up ls -lR by about 25% (on my LAN). |
||
---|---|---|
.. | ||
mount_9p | ||
mount_psshfs | ||
Makefile | ||
Makefile.inc |