Metadata >> NuGet >> CSharpTest.Net.BPlusTree

CSharpTest.Net.BPlusTree

Metadata

Authors Roger Knapp
Copyrights Copyright 2008-2011 by Roger Knapp, Licensed under the Apache License, Version 2.0
Description ==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.
IconUrl http://csharptest.net/favicon.ico
Language en-US
LicenseUrl http://csharptest.net/src/LICENSE-2.0.txt
Owners Roger Knapp
ProjectUrl http://code.google.com/p/csharptest-net/
ReleaseNotes See the main project page (http://code.google.com/p/csharptest-net/) for release notes.
RequireLicenseAcceptance False
Summary CSharpTest.Net.BPlusTree is a simple IDictionary<TKey, TValue> backed by a B+Tree.
Tags B+ Tree BPlus BTree BPlusTree Dictionary Binary File Storage
Dependencies CSharpTest.Net.Library:2.14.126.467
Title CSharpTest.Net.BPlusTree
PackageSize 695811
PackageHashAlgorithm SHA512
PackageHash t8KHLWR+xp9Qvhe233HJRd7sS+FSCi4pwA3/L5e3I9CpB2vpbOW1YuzkgGuswyePlrziy7LwAalfekhoxshdWA==
DownloadCount 000000
CreatedDate 2014-01-26T22:04:55

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install CSharpTest.Net.BPlusTree -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install CSharpTest.Net.BPlusTree -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package CSharpTest.Net.BPlusTree
Installing the package (HTTP Basic authentication):
Install-Package CSharpTest.Net.BPlusTree -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package CSharpTest.Net.BPlusTree -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package CSharpTest.Net.BPlusTree

OpenWrap

Installing the package:
o add-wrap CSharpTest.Net.BPlusTree
Uninstalling the package:
o remove-wrap CSharpTest.Net.BPlusTree

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
2.14.126.467
2.12.810.409
1.11.924.348