arraypool
Here are 5 public repositories matching this topic...
Optimized allocation free implementation of IList using ArrayPool.
-
Updated
Jul 9, 2024 - C#
Some better collection implementations than the system library
-
Updated
Feb 29, 2024 - C#
A minimalist collection for ValueTypes with no allocations for small sets (<50 elements), using stackalloc and ArrayPool.
-
Updated
Dec 23, 2025 - C#
A custom HttpContent that wraps a rented byte array from an ArrayPool, writes only the valid byte range to outgoing streams, and returns the buffer to the pool when disposed to reduce GC allocations.
-
Updated
Jan 12, 2026 - C#
Improve this page
Add a description, image, and links to the arraypool topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the arraypool topic, visit your repo's landing page and select "manage topics."