Projects in Awesome Lists tagged with pooled
A curated list of projects in awesome lists tagged with pooled .
https://github.com/viliwonka/KDTree
Fast KDTree for Unity, with thread-safe querying.
construction hoare-partitioning kd-tree node-splitting permutation-array pooled thread-safe unity-3d
Last synced: 08 May 2025
https://github.com/lunamultiplayer/cachedquicklz
Compress and decompress with QuickLz while keeping low the Garbage Collector
allocate allocation cache cached collector compress compressor decompress decompressor garbage garbage-collection garbage-collector gc pool pooled quicklz
Last synced: 15 Mar 2025
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