Konsarpoo 4.2.0

dotnet add package Konsarpoo --version 4.2.0
NuGet\Install-Package Konsarpoo -Version 4.2.0
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="Konsarpoo" Version="4.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Konsarpoo --version 4.2.0
#r "nuget: Konsarpoo, 4.2.0"
#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 Konsarpoo as a Cake Addin
#addin nuget:?package=Konsarpoo&version=4.2.0

// Install Konsarpoo as a Cake Tool
#tool nuget:?package=Konsarpoo&version=4.2.0

The eco friendly set of array pool based collections for netstandard2.1. Container's storage allocated and recycled back to shared memory pool by default.

List of generic collections and APIs supported:

- ``List``
- ``Map``
- ``Set``
- ``Stack``
- ``Queue``

Some extras built in:
- BitArr
- std::vector api
- Python like APIs. Append methods, ``+`` ``-``, equality operators overloaded.
- Lambda allocation free enumerable extensions

Each collection is serializable by default. It has a class destructor defined and ``System.IDisposable`` interface implemented to recycle internal storage on demand or by ``GC``.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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 was computed.  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. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.2.0 103 2/1/2024
4.1.4 94 1/19/2024
4.1.3 72 1/19/2024
4.1.2 133 1/4/2024
4.1.1 104 1/4/2024
4.1.0 106 12/25/2023
4.0.2 102 12/19/2023
4.0.1 94 12/18/2023
4.0.0 113 9/27/2023
3.0.0 168 4/28/2023
2.1.0 234 2/18/2023
2.0.4 217 2/17/2023
2.0.3 220 2/17/2023
2.0.2 233 2/17/2023
2.0.1 225 2/17/2023
1.0.2 386 10/11/2022
1.0.1 439 2/12/2022
1.0.0 425 2/11/2022