Metadata >> NuGet >> CSharpTest.Net.Collections

CSharpTest.Net.Collections

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

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install CSharpTest.Net.Collections -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install CSharpTest.Net.Collections -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.Collections
Installing the package (HTTP Basic authentication):
Install-Package CSharpTest.Net.Collections -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package CSharpTest.Net.Collections -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package CSharpTest.Net.Collections

OpenWrap

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

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
14.906.1403.1082