Skip to main content
CSharpTest.Net.BPlusTree package icon

CSharpTest.Net.BPlusTree

==CSharpTest.Net.BPlusTree== This library is a fairly full featured IDictionary<TKey, TValue> implementation backed by a B+Tree on disk. The instance is thread-safe and supports a form of MVCC (Multi Version Concurancy Control) to support non-blocking reads. Great for storing a local cache or use it as a completly local stand-alone database. DEPRECATED: Source moved to: https://github.com/csharptest/CSharpTest.Net.Collections Package moved to: https://www.nuget.org/packages/CSharpTest.Net.Collections

Total Downloads
117.4K
117,363
Published
Jan 26, 2014
Latest stable version

Install

.NET CLI
dotnet add package CSharpTest.Net.BPlusTree --version 2.14.126.467
Package Manager Console
Install-Package CSharpTest.Net.BPlusTree -Version 2.14.126.467
PackageReference
<PackageReference Include="CSharpTest.Net.BPlusTree" Version="2.14.126.467" />

Frameworks

No framework metadata available.

Dependencies

[2.14.126.467, )

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

No target framework metadata is available. Confirm compatibility in a representative project before standardising on this package.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.