CSharpTest.Net.BPlusTree
2.14.126.467
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" />
paket add CSharpTest.Net.BPlusTree --version 2.14.126.467
#r "nuget: CSharpTest.Net.BPlusTree, 2.14.126.467"
// Install CSharpTest.Net.BPlusTree as a Cake Addin
#addin nuget:?package=CSharpTest.Net.BPlusTree&version=2.14.126.467
// Install CSharpTest.Net.BPlusTree as a Cake Tool
#tool nuget:?package=CSharpTest.Net.BPlusTree&version=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: CSharpTest.Net.Collections
Product | Versions |
---|---|
.NET Framework | net20 net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
-
- CSharpTest.Net.Library (>= 2.14.126.467)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on CSharpTest.Net.BPlusTree:
Package | Downloads |
---|---|
DevAudit
Identify known vulnerabilities in development packages and applications (NuGet, MSI, Chocolatey, OneGet, Bower) |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.14.126.467 | 68,353 | 1/26/2014 |
2.12.810.409 | 1,940 | 8/10/2012 |
1.11.924.348 | 1,720 | 9/30/2011 |
See the main project page (http://code.google.com/p/csharptest-net/) for release notes.