arraypool
Here are 8 public repositories matching this topic...
Optimized allocation free implementation of IList using ArrayPool.
-
Updated
Jul 9, 2024 - C#
GcFreeCollections — Commercial GC‑Free Collections & Fused Query Pipeline for .NET / Unity
-
Updated
Jun 4, 2026 - C#
Some better collection implementations than the system library
-
Updated
Feb 29, 2024 - C#
Замеры ArrayPool на четырёх машинах: куда попадает буфер Stream.CopyTo, что остаётся в массиве после Return и сколько занимает аренда
-
Updated
Jul 31, 2026 - C#
A minimalist collection for ValueTypes with no allocations for small sets (<50 elements), using stackalloc and ArrayPool.
-
Updated
Dec 23, 2025 - C#
TL wire format runtime for F#: pooled buffers, stateless reader, tl {} computation expression. No reflection
-
Updated
Sep 1, 2026 - F#
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
Sep 2, 2026 - C#
Add this topic to your repo
To associate your repository with the arraypool topic, visit your repo's landing page and select "manage topics."