Files
Doug Macintosh 336b0dbb7e first real commit
2026-03-08 17:05:59 -04:00

587 B
Executable File

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

Additional Documentation

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.