timcassell / ProtoPromise

Robust and efficient library for management of asynchronous operations in C#/.Net.
MIT License
145 stars 13 forks source link

Add `TempCollection<T>` type #316

Closed timcassell closed 7 months ago

timcassell commented 8 months ago

This should help with implementing AsyncEnumerable Linq extensions like Chunk and GroupBy, without allocating garbage (using ArrayPool).