jchristn / Caching
Simple FIFO and LRU cache in C#
☆29Updated 4 months ago
Related projects ⓘ
Alternatives and complementary repositories for Caching
- MemoryStream with ArrayPool☆12Updated 2 years ago
- An allocation free Task-like object for async methods☆38Updated 4 months ago
- .NET library that aims to provide faster usage of C# reflection features. Especially the usage of constructor and members accessors (get/…☆55Updated 10 months ago
- A C# library for efficient bit-level reading and writing also adding bit field support☆41Updated 2 months ago
- Linq for Span<T> using SourceGenerators☆49Updated 3 years ago
- .NET library for handling asynchronous file system operations☆24Updated 7 years ago
- Provides the ability to "compile" expressions to delegates without using Reflection.Emit but only using reflection.☆27Updated last week
- .NET Reflection Made Fast and Simple ⛺☆27Updated 3 years ago
- ☆18Updated 4 years ago
- Allocation-free string-like type, string interning cache and allocation-free versions of StringBuilder/TextWriter.Write(int).☆30Updated 4 years ago
- Loads all the references on startup by actually using the types in the module initializer.☆36Updated last week
- Simple JSON formatting/pretty-printing for .NET☆23Updated last year
- dotnet watch we always wanted☆101Updated 3 years ago
- Source Generator Generating the Dispose functions in Disposables.☆15Updated 6 months ago
- Implementation for pooled in-memory streams for .NET☆39Updated 8 months ago
- A source generator that generates partial helper classes where member properties are attributed with ProtoMember attribute.☆12Updated last week
- System.IO.Pipelines API adapter for System.Net.WebSockets☆25Updated last week
- Creates fast, strongly typed delegates for accessing methods, fields and properties. The right overload is automatically chosen based on …☆21Updated 4 years ago
- 100% Native C# Key Value Store High Performance NoSQL Database with ACID Transaction☆40Updated 6 years ago
- Example implementation of IValueTaskSource☆31Updated last year
- An alternative to LinkedList<T> with reverse operation and enumeration without allocation.☆17Updated last year
- Low-level Zip Library, allowing advanced tweaks (injecting/removing blocks, crafting special archives)☆34Updated 6 months ago
- VarDump is a utility for serialization runtime objects to C# or Visual Basic string.☆18Updated 2 weeks ago
- A replacement for the generic HashSet<T> that is usually faster, has more predictable memory allocations, and uses C# 7.x ref returns and…☆24Updated 5 years ago
- Generates Blazor -> Javascript strongly typed interop methods.☆15Updated 10 months ago
- High performance unmanaged memory allocator / collection types / LINQ provider for .NET Core☆58Updated 9 months ago
- A LiteDB with realtime notifications☆43Updated 8 months ago
- This library provides fast, lightweight and low-level memory allocators for .NET (e.g TLSF)☆38Updated 3 months ago
- Provides a set of portable collections installable as source files via NuGet.☆25Updated 8 years ago
- Manages multi-threaded writing to a single file.☆30Updated 5 years ago