koculu / ZoneTree

ZoneTree is a persistent, high-performance, transactional, ACID-compliant ordered key-value database for NET. It can operate in memory or on local/cloud storage.

Home Page:https://tenray.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Enhancement] Support BufferedFileStreamStrategy that is fixed on NET8.0

koculu opened this issue · comments

.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.