Info
Version: | 2.14.126.467 |
Author(s): | Roger Knapp |
Last Update: | Sunday, January 26, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://code.google.com/p/csharptest-net/ |
NuGet Url: | https://www.nuget.org/packages/CSharpTest.Net.BPlusTree |
Install
Install-Package CSharpTest.Net.BPlusTree
dotnet add package CSharpTest.Net.BPlusTree
paket add CSharpTest.Net.BPlusTree
CSharpTest.Net.BPlusTree Download (Unzip the "nupkg" after downloading)
Dependencies
- CSharpTest.Net.Library(2.14.126.467)
Tags
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
.