kkokosa / PooledValueTaskSource
Example implementation of IValueTaskSource
☆31Updated last year
Related projects ⓘ
Alternatives and complementary repositories for PooledValueTaskSource
- Task-like structs which capture no synchronization context on the await operations.☆39Updated 2 years ago
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆67Updated last year
- Linq for Span<T> using SourceGenerators☆50Updated 3 years ago
- ☆27Updated 5 years ago
- A lightweight utility library to create a Roslyn AdhocWorkspace from an existing solution or a csproj☆69Updated 8 months ago
- A small .NET library for formatting type names à la C#.☆33Updated 3 years ago
- Manages multi-threaded writing to a single file.☆30Updated 5 years ago
- Highly efficient compile-time general purpose DI container based on C# source generators.☆32Updated 2 years ago
- A data collection tool to support the StringDedup feature☆16Updated 4 years ago
- Provides methodof, propertyof and fieldof equivalents of typeof .☆65Updated 6 months ago
- Extension methods that convert to and from Base64 strings with fewer memory allocations.☆12Updated 2 years ago
- A Roslyn analyzer with rules related to generation and consumption of enumerables and async enumerables in C#.☆42Updated 5 months ago
- Scoped completion tracking and error handling of tasks as an alternative to fire-and-forget/async void. Easy and test-friendly.☆50Updated last year
- Efficient implementations of standard .NET collection interfaces using tree data structures☆45Updated 3 years ago
- Analyzers checking System.Reflection☆80Updated 10 months ago
- Performant delimeter-separated value (CSV, TSV, etc.) text parser.☆64Updated 6 years ago
- Helper types for creating and interpreting GUIDs.☆30Updated 3 years ago
- The combined Langly runtime☆33Updated 2 years ago
- A .NET library that provides strongly-typed implementations of multiple coordinate systems, including rectangular, polar, spherical, and …☆34Updated 7 months ago
- System.IO.Pipelines API adapter for System.Net.WebSockets☆25Updated this week
- Low level RESP handling tools for .NET, intended for consumption by other libraries