Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
You are viewing a potentially older version of this package.
View all versions.
System Buffers
NuGet System.Buffers package re-bundled for convenient consumption and dependency management.
| Date uploaded | a year ago |
| Version | 4.6.100 |
| Download link | dotnet_lethal_company-System_Buffers-4.6.100.zip |
| Downloads | 282 |
| Dependency string | dotnet_lethal_company-System_Buffers-4.6.100 |
README
About
Provides resource pooling of any type for performance-critical applications that allocate and deallocate objects frequently.
Main Types
The main types provided by this library are:
- System.Buffers.ArrayPool<T>
Additional Documentation
- API reference can be found in: https://learn.microsoft.com/en-us/dotnet/api/system.buffers
Related Packages
ArrayPool is shipped as part of the shared framework starting with .NET Core 3.1.
License
System.Buffers is released as open source under the MIT license.