Aaronontheweb / FastAtomicLazy
Faster, less leakier thread-safe Lazy<T> implementation in C#
☆44Updated 2 years ago
Alternatives and similar repositories for FastAtomicLazy:
Users that are interested in FastAtomicLazy are comparing it to the libraries listed below
- Manages multi-threaded writing to a single file.☆30Updated 6 years ago
- Efficient implementations of standard .NET collection interfaces using tree data structures☆46Updated 4 years ago
- An experimental .NET asymmetric serializer, designed for write-heavy enviroments with a synchronous flow.☆20Updated 5 years ago
- Bounded multiple producers multiple consumers queue for .NET☆57Updated 2 years ago
- Example implementation of IValueTaskSource☆30Updated last year
- ☆29Updated 5 years ago
- Serve APIs returning & consuming observable streams over WebSockets using .NET☆81Updated 9 years ago
- .NET Standard Library for giving (bool, T) Option-like semantics☆29Updated 2 weeks ago
- ☆55Updated 4 years ago
- Command-line tool for debugging issues in async code☆22Updated 5 years ago
- The combined Langly runtime☆33Updated 3 years ago
- IL weaver to add nullability annotations to .NET reference assemblies☆70Updated 3 years ago
- Metadata-based part discovery for MEF, uses the Roslyn metadata reader and is faster than reflection.☆18Updated 9 years ago
- Low level RESP handling tools for .NET, intended for consumption by other libraries☆42Updated this week
- QuickInject is a simple dependency injection container for .NET Core☆46Updated last year
- Professionally supported Zipkin + OpenTracing driver in C#☆33Updated 2 years ago
- Task-like structs which capture no synchronization context on the await operations.☆39Updated 2 years ago
- A set of post-mortem analyzers for discovering threading/tasks issue in a dump or a process☆62Updated 3 weeks ago
- Most of those extensions should have been in BCL.☆69Updated 5 years ago
- A class library implementing probabilistic data structures in .NET☆61Updated 2 years ago
- A simple template base system of macros for C# that can be executed in design time☆65Updated last year
- An allocation free Task-like object for async methods☆39Updated 10 months ago
- A set of source generators for equality, immutability, ...☆91Updated 2 years ago
- Argument validation methods, for example: this.user = Argument.NotNull("user", user).☆26Updated 3 years ago
- Extensions to the dotnet/reactive library.☆50Updated 2 years ago
- Creates fast, strongly typed delegates for accessing methods, fields and properties. The right overload is automatically chosen based on …☆22Updated 5 years ago
- Analyse Memory Dumps looking at .NET String types☆29Updated 8 years ago
- Reactive Extensions + Immutable Collections = Reactive Collections !☆20Updated 4 years ago
- Fast Accessors for .Net☆33Updated 2 years ago
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆70Updated 2 years ago