mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-23 18:53:17 -05:00
- FspFileSystemAcquireDirectoryBufferEx takes hint for initial capacity. - Buffer allocation strategy has been improved to minimize reallocation. - Quick sort of directory entries now implements median of three partitioning. This improves performance of sorting already sorted data.