libc - Increase opendir/readdir buffer size
authorMatthew Dillon <dillon@apollo.backplane.com>
Mon, 24 Jan 2022 06:01:50 +0000 (22:01 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Mon, 24 Jan 2022 06:05:12 +0000 (22:05 -0800)
commit562d2cede5d0f2be4cc951a3b649975e6647397c
treec8a13aca6f9dd4c2b2fe737cef470707c10d1d8c
parente91c5b2636e1fdd0d9e5170f24e5e39987211a49
libc - Increase opendir/readdir buffer size

* Increase the directory scan buffer size from 4096 bytes to 16384
  bytes, significantly reducing the number of discrete system calls
  which must be made when scanning very large directories.
lib/libc/gen/opendir.c