CSharpTest.Net.BPlusTree
2.14.126.467
==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
Install-Package CSharpTest.Net.BPlusTree -Version 2.14.126.467
dotnet add package CSharpTest.Net.BPlusTree --version 2.14.126.467
<PackageReference Include="CSharpTest.Net.BPlusTree" Version="2.14.126.467" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CSharpTest.Net.BPlusTree --version 2.14.126.467
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
See the main project page (http://code.google.com/p/csharptest-net/) for release notes.
Dependencies
-
- CSharpTest.Net.Library (>= 2.14.126.467)
GitHub Usage
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated | ||
---|---|---|---|---|
2.14.126.467 | 25,101 | 1/26/2014 | ||
2.12.810.409 | 1,334 | 8/10/2012 | ||
1.11.924.348 | 1,114 | 9/30/2011 |