Release release-v1.7.2
Friday, July 19, 2024 in Blog
What’s Changed To reduce the memory consumption of ZoneTree, the following optimizations have been implemented: Convert byte arrays (byte[]) into Memory<byte> to eliminate unnecessary buffer copies. Utilize ArrayPool for efficient memory …
Release release-v1.7.1
Friday, June 14, 2024 in Blog
What’s Changed Migration to .NET 8 and enable AOT compilation by @harrison314 in https://github.com/koculu/ZoneTree/pull/57 Fix LocalFileStream flush parameters. by @koculu in https://github.com/koculu/ZoneTree/pull/59 Expose comparer, key and …
Release release-v1.7.0
Tuesday, December 12, 2023 in Blog
What’s Changed Fixed DeletableRefSerializer issue: cut of last byte. by @doomviruz in https://github.com/koculu/ZoneTree/pull/49 New Contributors @doomviruz made their first contribution in https://github.com/koculu/ZoneTree/pull/49 Full …
Release release-v1.6.9
Wednesday, September 13, 2023 in Blog
What’s Changed Add Crc32 x86 support. by @koculu in https://github.com/koculu/ZoneTree/pull/47 Full Changelog: https://github.com/koculu/ZoneTree/compare/release-v1.6.6...release-v1.6.9
Release release-v1.6.6
Friday, August 18, 2023 in Blog
What’s Changed Fix wrong value serializer type in thrown Exception. by @koculu in https://github.com/koculu/ZoneTree/pull/44 Add GetDirectories and CombinePaths to the file stream provider interface. by @koculu in …
Release release-v1.6.5
Saturday, June 17, 2023 in Blog
What’s Changed Garbage collection on startup by @koculu in https://github.com/koculu/ZoneTree/pull/39 Fixed invalid key deletion bug on tree load. by @koculu in https://github.com/koculu/ZoneTree/pull/40 Full Changelog: …
Release release-v1.6.4
Friday, June 16, 2023 in Blog
What’s Changed Validate delete value configuration. by @koculu in https://github.com/koculu/ZoneTree/pull/37 Add B+Tree Node and Leaf size fine tuning options. by @koculu in https://github.com/koculu/ZoneTree/pull/38 Full Changelog: …
Release release-v1.6.3
Monday, May 29, 2023 in Blog
What’s Changed Code analysis cleanup by @koculu in https://github.com/koculu/ZoneTree/pull/30 Mark new disk segment null after the event is invoked. by @koculu in https://github.com/koculu/ZoneTree/pull/31 Add descending comparers for primitive …
Release release-v1.6.2
Friday, May 26, 2023 in Blog
What’s Changed Remove duplicated code by @KirillOsenkov in https://github.com/koculu/ZoneTree/pull/27 Improve (%41) read speed by replacing concurrent queue by @koculu in https://github.com/koculu/ZoneTree/pull/28 Minor code and CI improvements …
Release release-v1.6.1
Wednesday, April 05, 2023 in Blog
What’s Changed Fix typo bug on Int64Serializer helper class. Full Changelog: https://github.com/koculu/ZoneTree/compare/release-v1.6.0...release-v1.6.1