Collections.Pooled 2.0.0-preview.27

.NET Core 3.0 .NET Standard 2.0 .NET Framework 4.6.1
This is a prerelease version of Collections.Pooled.
dotnet add package Collections.Pooled --version 2.0.0-preview.27
NuGet\Install-Package Collections.Pooled -Version 2.0.0-preview.27
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="Collections.Pooled" Version="2.0.0-preview.27" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Collections.Pooled --version 2.0.0-preview.27
#r "nuget: Collections.Pooled, 2.0.0-preview.27"
#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 Collections.Pooled as a Cake Addin
#addin nuget:?package=Collections.Pooled&version=2.0.0-preview.27&prerelease

// Install Collections.Pooled as a Cake Tool
#tool nuget:?package=Collections.Pooled&version=2.0.0-preview.27&prerelease

Includes PooledList, PooledDictionary, PooledSet, PooledStack, PooledQueue, and PooledObservableCollection: based on the corresponding collections in System.Collections.Generic, using ArrayPool internally to reduce allocations, and with some API changes that allow for better compatibility with Span.

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.0 netstandard2.1
.NET Framework net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen40 tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (14)

Showing the top 5 NuGet packages that depend on Collections.Pooled:

Package Downloads
Magicodes.IE.EPPlus

Import and export general library, support Dto import and export, template export, fancy export and dynamic export, support Excel, Csv, Word, Pdf and Html. 导入导出通用库,支持Dto导入导出、模板导出、花式导出以及动态导出,支持Excel、Csv、Word、Pdf和Html。 开源库地址:https://github.com/xin-lai 博客地址:http://www.cnblogs.com/codelove/ 更新记录:https://github.com/dotnetcore/Magicodes.IE/blob/master/RELEASE.md 公众号:麦扣聊技术 交流QQ群:85318032

CosmosStack.Extensions.Collections

CosmosStack collections extension library

MoonTools.Core.Graph

A GC-friendly graph theory library for .NET Core intended for use with games.

Arch

A high performance c# net.6 and net.7 archetype based ECS ( Entity component system ).

TextControlBox.JuliusKirsch

A fast and powerful textbox with syntaxhighlighting and much more

GitHub repositories (3)

Showing the top 3 popular GitHub repositories that depend on Collections.Pooled:

Repository Stars
dotnetcore/Magicodes.IE
Import and export general library, support Dto import and export, template export, fancy export and dynamic export, support Excel, Csv, Word, Pdf and Html.
genaray/Arch
A high-performance C# based Archetype & Chunks Entity Component System (ECS) with optional multithreading.
mirbeta/OpenMir2
Legend of Mir 2 Game server
Version Downloads Last updated
2.0.0-preview.27 34,479 11/28/2019
2.0.0-preview.26 235 11/13/2019
2.0.0-preview.25 239 11/13/2019
2.0.0-preview.24 418 9/24/2019
2.0.0-preview.23 243 9/5/2019
2.0.0-preview.22 250 9/5/2019
2.0.0-preview.21 242 9/5/2019
2.0.0-preview.20 260 8/14/2019
2.0.0-preview.19 263 8/10/2019
2.0.0-preview.18 272 8/8/2019
2.0.0-preview.16 261 6/23/2019
2.0.0-preview.15 256 6/23/2019
2.0.0-preview.14 258 6/23/2019
2.0.0-preview.13 297 5/19/2019
2.0.0-preview.12 277 5/18/2019
2.0.0-preview.11 270 5/18/2019
2.0.0-preview.10 267 5/18/2019
2.0.0-preview.9 281 5/7/2019
2.0.0-preview.8 265 4/19/2019
2.0.0-preview.7 265 4/8/2019
2.0.0-preview.6 263 4/7/2019
2.0.0-preview.5 259 4/7/2019
2.0.0-preview.4 257 4/7/2019
2.0.0-preview.3 255 4/7/2019
2.0.0-preview.2 271 4/7/2019
1.0.82 140,267 4/3/2019
1.0.77 11,755 2/12/2019
1.0.68 576 2/9/2019
1.0.61 583 2/6/2019
1.0.54 596 2/6/2019
1.0.47 575 1/31/2019
1.0.38 584 1/28/2019
1.0.21 566 1/24/2019
1.0.6 584 1/24/2019
1.0.5 575 1/24/2019
1.0.4 584 1/23/2019
1.0.3.1 572 1/22/2019
1.0.3 599 1/21/2019
1.0.2 620 1/19/2019
1.0.1 571 12/25/2018
1.0.0 647 12/24/2018

Now targeting .NET Standard 2.0 and 2.1, adding support for Index, Range types in .NET Standard 2.1.
     Because this release drops support for .NET Core 2.1 in order to support .NET Standard, the major version number has been incremented to prevent auto-updating for projects targeting .NET Core 2.x.