Moroshka.ObjectPool
1.0.0
See the version list below for details.
dotnet add package Moroshka.ObjectPool --version 1.0.0
NuGet\Install-Package Moroshka.ObjectPool -Version 1.0.0
<PackageReference Include="Moroshka.ObjectPool" Version="1.0.0" />
<PackageVersion Include="Moroshka.ObjectPool" Version="1.0.0" />
<PackageReference Include="Moroshka.ObjectPool" />
paket add Moroshka.ObjectPool --version 1.0.0
#r "nuget: Moroshka.ObjectPool, 1.0.0"
#:package Moroshka.ObjectPool@1.0.0
#addin nuget:?package=Moroshka.ObjectPool&version=1.0.0
#tool nuget:?package=Moroshka.ObjectPool&version=1.0.0
<img src="moroshka-object-pool.png" height="200px"/>
Object Pool — the module provides a mechanism for reusing objects, reducing the overhead of creating and destroying them. It is designed to improve performance and enable more efficient resource management, especially in scenarios where object creation is expensive or occurs frequently.
Installation
Instructions
Instructions for AI
| Product | Versions 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 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net6.0
- Moroshka.Factory (>= 1.0.0)
- Moroshka.Protect (>= 1.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Moroshka.ObjectPool:
| Package | Downloads |
|---|---|
|
Moroshka.Di
The DI module contains the DiContainer. DiContainer is a dependency injection (DI) container that helps manage object creation and their dependencies. In this guide, you will learn how to configure the container, bind types, resolve dependencies, and manage their lifecycle. |
GitHub repositories
This package is not used by any popular GitHub repositories.