Aaronontheweb / FastAtomicLazyLinks
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
Sorting:
- Manages multi-threaded writing to a single file.☆30Updated 6 years ago
- .NET Standard Library for giving (bool, T) Option-like semantics☆29Updated 2 months ago
- Spectre.IO is a .NET library containing cross-platform abstractions and implementations for file system I/O.☆53Updated 11 months ago
- An experimental .NET asymmetric serializer, designed for write-heavy enviroments with a synchronous flow.☆20Updated 6 years ago
- Efficient implementations of standard .NET collection interfaces using tree data structures☆46Updated 4 years ago
- ☆55Updated 5 years ago
- ☆44Updated 2 years ago
- Low level RESP handling tools for .NET, intended for consumption by other libraries☆45Updated last month
- Example implementation of IValueTaskSource☆30Updated 2 years ago
- ☆29Updated 5 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
- The combined Langly runtime☆33Updated 3 years ago
- Analyse Memory Dumps looking at .NET String types☆29Updated 8 years ago
- Most of those extensions should have been in BCL.☆70Updated 5 years ago
- Command-line tool for debugging issues in async code☆22Updated 5 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
- ☆26Updated 6 years ago
- Task-like structs which capture no synchronization context on the await operations.☆39Updated 3 years ago
- C# parser for .NET & Mono stack traces☆53Updated 4 years ago
- Another attempt at hotreloading☆33Updated 5 years ago
- Using BenchmarkDotNet to compare .NET mocking library performance☆22Updated last week
- Fast Accessors for .Net☆33Updated 2 years ago
- IL weaver to add nullability annotations to .NET reference assemblies☆70Updated 3 years ago
- Helper types for creating and interpreting GUIDs.☆30Updated 3 years ago
- A class library implementing probabilistic data structures in .NET☆61Updated 2 years ago
- A Roslyn analyzer with rules related to generation and consumption of enumerables and async enumerables in C#.☆44Updated last year
- A set of post-mortem analyzers for discovering threading/tasks issue in a dump or a process☆62Updated 2 months ago
- This project uses Source Generation to generate an interface and a Proxy class for classes. This makes it possible to wrap external class…☆44Updated last week
- TopazView is a lightweight view engine that utilizes the Topaz JavaScript Engine. It serves as an alternative to the Razor View Engine, o…☆19Updated 7 months ago
- Argument validation methods, for example: this.user = Argument.NotNull("user", user).☆26Updated 3 years ago