You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 23, 2023. It is now read-only.
Reduce allocations in Win32 file system enumeration
- Lazily create and cache SearchResultHandler<TSource> instances
- Only allocate _searchStack when needed
- Remove the unnecessary SearchOption field on SearchData
- Replace SearchData class with unified PathPair struct with Unix.
- Remove the SearchResult class
- Pass WIN32_FIND_DATA by ref instead of copying (large struct)
- Various minor cleanup
0 commit comments