jchristn / Caching
Simple FIFO and LRU cache in C#
☆30Updated 4 months ago
Related projects ⓘ
Alternatives and complementary repositories for Caching
- Linq for Span<T> using SourceGenerators☆50Updated 3 years ago
- High-performance zero-reflection approach to C# metaprogramming☆28Updated last month
- A .NET library for using reflection emit in a fluent way.☆27Updated last month
- A C# library for efficient bit-level reading and writing also adding bit field support☆42Updated this week
- .NET library that aims to provide faster usage of C# reflection features. Especially the usage of constructor and members accessors (get/…☆56Updated 10 months ago
- ZeroIoC is reflectionless IoC Container for C#☆44Updated 3 months ago
- A library that queries Roslyn's C# syntax tree with CSS selector-like syntax.☆30Updated 4 years ago
- Creates fast, strongly typed delegates for accessing methods, fields and properties. The right overload is automatically chosen based on …☆21Updated 4 years ago
- Allocation-free string-like type, string interning cache and allocation-free versions of StringBuilder/TextWriter.Write(int).☆30Updated 4 years ago
- Provides the ability to "compile" expressions to delegates without using Reflection.Emit but only using reflection.☆27Updated last week
- Inject deep copy constructors into C# types☆13Updated 2 years ago
- An allocation free Task-like object for async methods☆38Updated 4 months ago
- The Loyc Core Libraries. Loyc.Essentials fills in gaps in the .NET Base Class Library; Loyc.Collections adds sophisticated data structure…☆44Updated 2 years ago
- The virtual file system embeds (js, css, html, cshtml) and other files into the dll, so that it can be used like a physical file during …☆24Updated 3 months ago
- .NET Reflection Made Fast and Simple ⛺☆27Updated 3 years ago
- Implementation for pooled in-memory streams for .NET☆39Updated 9 months ago
- A pure C# implementation of sparse bitsets☆23Updated 11 months ago
- TreeDataGridEx is an experimental version of TreeDataGrid for Avalonia with added XAML syntax.☆40Updated 2 months ago
- The most revolutionary syntax visualizer☆61Updated last month
- Biser is a cross-platform Binary and JSON Serializer for .NET / dotnet / core / standard / CoreRT / Mono WASM / C#☆41Updated last month
- This library provides fast, lightweight and low-level memory allocators for .NET (e.g TLSF)☆38Updated 4 months ago
- C# Unmanaged Array Library🍓☆21Updated 3 years ago
- C# version for the The One Billion Row Challenge☆30Updated 8 months ago
- Simple JSON formatting/pretty-printing for .NET☆23Updated 2 years ago
- MemoryStream with ArrayPool☆12Updated 2 years ago
- C# source generator for producing faster enum lookups☆19Updated this week
- ☆23Updated 3 years ago
- ☆21Updated 2 years ago
- Roslyn portable (aka RoslynP) is an experimental Roslyn subset intended for use with any language, not just C# and VB supported by normal…☆14Updated 3 years ago
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆67Updated last year