Metadata >> NuGet >> CSharpTest.Net.Collections >> 14.906.1403.1082

14.906.1403.1082

Metadata

Authors Roger Knapp
Copyrights Copyright 2008-2011 by Roger Knapp, Licensed under the Apache License, Version 2.0
Description ==CSharpTest.Net.Collections== * BPlusTree - a fairly full featured IDictionary backed by a B+Tree on disk. * BTreeDictionary - a fully in-memory IDictionary implemented by a B+Tree. * BTreeList - an in-memory IList using a B+Tree for storage and access. * LurchTable - Least Used Recently Concurrent Hash Table, LinkedHashMap but thread-safe. * MergeSort - Provides a memory-efficient sort for arrays. * OrderedEnumeration & OrderedKeyValuePairs - Ordered enum of large volumes of key-values. * OrdinalList - A simple byte[] based bit-mask collection supporting set operations.
IconUrl http://csharptest.net/favicon.ico
Language en-US
LicenseUrl http://csharptest.net/src/LICENSE-2.0.txt
Owners Roger Knapp
ProjectUrl https://github.com/csharptest/CSharpTest.Net.Collections
ReleaseNotes See the main project page (https://github.com/csharptest/CSharpTest.Net.Collections) for release notes.
RequireLicenseAcceptance False
Summary CSharpTest.Net.Collections is a small set of generic collections for .NET, including in-memory or disk-based B+Tree, LurchTable for LRU caching, MergeSort and others.
Tags B+ Tree BPlus BTree BPlusTree LinkedHashMap Dictionary Binary File Storage
Title CSharpTest.Net.Collections
PackageSize 760222
PackageHashAlgorithm SHA512
PackageHash YAEz+5oN/gcEs7T4TkEPvTFk1Y0vfzCNYbDfpiqh3Tb7DfyS/GoZcJoCAeq3yc0BiRFaf7Ngk8cBAX3d3Y4ILg==
DownloadCount 000000
CreatedDate 2014-09-06T19:07:11

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.Collections -Version 14.906.1403.1082 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install CSharpTest.Net.Collections -Version 14.906.1403.1082 -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.Collections 14.906.1403.1082 %key% -Source     http://nuget.gw.symbolsource.org/Public/NuGet

NuGet (Package Manager Console)

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

OpenWrap

Installing the package:
o add-wrap CSharpTest.Net.Collections -Version 14.906.1403.1082
Uninstalling the package:
o remove-wrap CSharpTest.Net.Collections

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=v4.0 Binaries