[Enhancement] Support BufferedFileStreamStrategy that is fixed on NET8.0
koculu opened this issue · 0 comments
koculu commented
.NET 8.0 introduced a major but hidden change to FileStream internals. This has affected the performance of ZoneTree and we need to look into it.
Check out the related commit here: dotnet/runtime#77384.