Metadata >> NuGet >> CSharpTest.Net.BPlusTree >> 2.14.126.467

2.14.126.467

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 version using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install CSharpTest.Net.BPlusTree -Version 2.14.126.467 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install CSharpTest.Net.BPlusTree -Version 2.14.126.467 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Deleting the package from the server (for each registered key):
nuget delete CSharpTest.Net.BPlusTree 2.14.126.467 %key% -Source     http://nuget.gw.symbolsource.org/Public/NuGet

NuGet (Package Manager Console)

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

OpenWrap

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

Compilations

A compilation is created for every set of binaries produced from a single unchanged set of sources in different compilation modes (Debug, Release), for different platforms (x86, x64) or targetting different frameworks.

Profile Mode Platform Related
AnyCPU Release .NETFramework,Version=v2.0 Binaries
AnyCPU Release .NETFramework,Version=v3.5 Binaries
AnyCPU Release .NETFramework,Version=v4.0 Binaries
AnyCPU Release .NETFramework,Version=v4.5 Binaries