jitbit / FastCache
7x-10x faster alternative to MemoryCache. A high-performance, lighweight (8KB dll) and thread-safe memory cache for .NET.
☆155Updated 2 months ago
Alternatives and similar repositories for FastCache:
Users that are interested in FastCache are comparing it to the libraries listed below
- An asynchronous .NET Standard 2.0 library that allows you to lock based on a key (keyed semaphores), limiting concurrent threads sharing …☆216Updated 3 months ago
- Source generator that helps register attribute marked services in the dependency injection ServiceCollection☆151Updated this week
- 🔑🔒 Lock your c# threads by key☆68Updated 3 months ago
- Zero Allocation Writer/Reader Parser for .NET Core☆299Updated 7 months ago
- Super fast mapping DataReader to strongly typed object, Using AOT source generator.☆69Updated 10 months ago
- Moxy - Mixins code generator for C#☆120Updated 2 months ago
- Source Generator and .NET 8 UnsafeAccessor based high-performance strongly-typed private accessor for unit testing and runtime.☆244Updated 9 months ago
- Source Generated implementation of the Mediator pattern☆112Updated last week
- Process Multiple Asynchronous Tasks in Various Ways - One at a time / Batched / Rate limited / Concurrently☆137Updated this week
- Intelligent Enums☆211Updated 4 months ago
- 🔀 Extension method for StringComparison that adds support for natural sorting (e.g. "abc1", "abc2", "abc10" instead of "abc1", "abc10", …☆187Updated 3 weeks ago
- A source code generator for automatically implementing IEquatable<T> using only attributes.☆149Updated 4 months ago
- Structured concurrency support for C#☆274Updated last year
- Auto generate Clone method using C# Source Generator