jchristn / CachingLinks
Simple FIFO and LRU cache in C#
☆39Updated last month
Alternatives and similar repositories for Caching
Users that are interested in Caching are comparing it to the libraries listed below
Sorting:
- .NET library that aims to provide faster usage of C# reflection features. Especially the usage of constructor and members accessors (get/…☆57Updated last month
- Embed resource files more C# programmer friendly!☆70Updated last year
- Allocation-free string-like type, string interning cache and allocation-free versions of StringBuilder/TextWriter.Write(int).☆30Updated 5 years ago
- Implementation for pooled in-memory streams for .NET☆39Updated last year
- Linq for Span<T> using SourceGenerators☆54Updated 4 years ago
- .NET Reflection Made Fast and Simple ⛺☆28Updated 4 years ago
- Embedded persistent key-value store for .NET. Pure C# code.☆64Updated 4 years ago
- A .NET library for using reflection emit in a fluent way.☆33Updated last year
- Low-level Zip Library, allowing advanced tweaks (injecting/removing blocks, crafting special archives)☆37Updated 2 weeks ago
- IndexEngine is a lightweight document and text indexing platform written in C#.☆39Updated 3 years ago
- .NET Serializer testing framework☆76Updated 2 years ago
- Antlr4Ast is a .NET library that provides a parser and abstract syntax tree (AST) for ANTLR4/g4 files.☆54Updated last year
- High performance C# implementation of the Snappy compression algorithm☆87Updated last week
- Implementations of System.Index and System.Range for netstandard2.0 and .NET Framework.☆84Updated 4 months ago
- A source generator that generates partial helper classes where member properties are attributed with ProtoMember attribute.☆13Updated last week
- A C# Reflection Helper Library☆14Updated 8 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
- This library provides fast, lightweight and low-level memory allocators for .NET (e.g TLSF)☆40Updated last year
- A light-weight, performant interval tree in C#☆35Updated 8 months ago
- MSIL Reader☆36Updated 2 years ago
- A Weak Event Pattern Implementation for .Net Core/Standard☆11Updated 6 years ago
- C# library which provides uniform API for conversion between types.☆24Updated last year
- Small examples of .NET compiling to wasi-wasm via NativeAOT-LLVM☆24Updated 2 years ago
- Lightweight, persistent, thread-safe, disk-based collections written in C#, including dictionary, list, queue, and stack.☆13Updated 8 months ago
- Optimized allocation free implementation of IList using ArrayPool.☆56Updated last year
- A cross platform NTP client library for .Net platforms. Allows you to easily retrieve an accurate, current date & time from internet NTP …☆43Updated last year
- On the fly disassemble C# code based on JitDasm☆129Updated 5 years ago
- Implementation of a .NET GC in C# with NativeAOT☆92Updated 9 months ago
- Utilizes System.Reflection.Metadata to read type information very fast and without locking assembly files.☆32Updated 4 years 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…☆25Updated 6 years ago