Recyclable.Collections 0.0.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package Recyclable.Collections --version 0.0.2
NuGet\Install-Package Recyclable.Collections -Version 0.0.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Recyclable.Collections" Version="0.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Recyclable.Collections --version 0.0.2
#r "nuget: Recyclable.Collections, 0.0.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Recyclable.Collections as a Cake Addin
#addin nuget:?package=Recyclable.Collections&version=0.0.2

// Install Recyclable.Collections as a Cake Tool
#tool nuget:?package=Recyclable.Collections&version=0.0.2

Recyclable.Collections

Recyclable.Collections project is an open source framework for operating dynamic lists at performance close to raw arrays. It aims at providing with minimal memory footprint. It implements IList<T>'s interface and is targeted as direct replacements of List<T>, SortableList<T>, PriorityQueue<T> and similar.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net6.0

    • No dependencies.
  • net7.0

    • No dependencies.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Recyclable.Collections:

Package Downloads
Recyclable.Collections.TestData

`Recyclable.Collections.TestData` project is a basic open source package for containing test data useful for testing collections like `RecyclableList<T>`, `RecyclableLongList<T>`, `List<T>`, `SortableList<T>`, `PriorityQueue<T>` & similar.

Collections.Benchmarks.Core

`Collections.Benchmarks.Core` project is a basic open source framework for performance measurements based on various collection types like `RecyclableList<T>`, `RecyclableLongList<T>`, `List<T>`, `SortableList<T>`, `PriorityQueue<T>` & similar.

Recyclable.Collections.Compatibility.List

Recyclable.Collections.Compatibility.List project is an open source framework for operating dynamic lists at performance close to raw arrays. It aims at providing minimal memory footprint. It implements IList<T>'s interface and is targeted as direct replacements of List<T>, SortableList<T>, PriorityQueue<T> and similar.

Recyclable.Collections.TestData.xUnit

`Recyclable.Collections.TestData.xUnit` project is a basic open source package for working with repeatable xUnit test data useful for testing collections like `RecyclableList<T>`, `RecyclableLongList<T>`, `List<T>`, `SortableList<T>`, `PriorityQueue<T>` & similar.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.6.2 191 1/17/2024
0.0.6.1 295 10/21/2023
0.0.6 252 10/8/2023
0.0.5 159 9/10/2023
0.0.4 194 8/6/2023
0.0.3.4-alpha 144 7/16/2023
0.0.3.3-alpha 140 6/25/2023
0.0.3.2-alpha 139 6/10/2023
0.0.3.1-alpha 119 6/10/2023
0.0.3 169 6/10/2023
0.0.2 307 1/3/2023
0.0.1 289 1/2/2023

RecyclableSortedList added. Minor improvements & cleanups.