CSharpTest.Net.BPlusTree
2.14.126.467
dotnet add package CSharpTest.Net.BPlusTree --version 2.14.126.467
NuGet\Install-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 Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net20 is compatible. net35 is compatible. net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- 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 | 95,466 | 1/26/2014 |
2.12.810.409 | 2,389 | 8/10/2012 |
1.11.924.348 | 2,159 | 9/30/2011 |
See the main project page (http://code.google.com/p/csharptest-net/) for release notes.