trigger-segfault / WinDirStat.Net

A WPF implementation of WinDirStat.
MIT License
68 stars 23 forks source link

More .NET #8

Open jzebedee opened 3 years ago

jzebedee commented 3 years ago

This PR follows the working baseline.

This PR attempts to safety wrap some rough edges, by TPL-ify the existing Thread code, replacing unsafe and pointer code with Span<T> (where possible), improving performance in caching and P/Invoke usage, and fixing some NREs and race conditions found during testing.