An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with pooled

A curated list of projects in awesome lists tagged with pooled .

https://github.com/soenneker/soenneker.httpcontents.pooledbytearrays

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.

array arraypool byte csharp dotnet httpcontent httpcontents object pooled pooledbytearraycontent pooledbytearrays

Last synced: 09 Mar 2026

https://github.com/soenneker/soenneker.utils.pooledstringbuilders

A high-performance, stack-only string builder that rents its underlying buffer from ArrayPool instead of allocating new arrays. Designed for short-lived string construction.

csharp dotnet high performance pool pooled pooledstringbuilder pooledstringbuilders string stringbuilder util utils

Last synced: 14 Mar 2026