jesuslpm / PersistentHashing
Persistent Hash Tables Backed by Memory Mapped Files
☆10Updated 5 years ago
Related projects ⓘ
Alternatives and complementary repositories for PersistentHashing
- A .NET 5 source generator proof of concept that allows executing a method during compilation, so that it can be really fast during runtim…☆20Updated 4 years ago
- Common Intermediate Language (CIL) assembler available as a library, based on Mono assembler.☆53Updated last year
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆67Updated last year
- A source generator for embedding resource files directly into your assembly. Access them as a `ReadOnlySpan<byte>`, with no allocations o…☆23Updated 2 years ago
- High-performance hex encoding and decoding for .NET☆43Updated 4 years ago
- Performace Profiler/Monitor for .net applications☆20Updated last year
- Provides structs that wrap pointers, and Unsafe methods for converting to and from `ref` pointers of any type.☆19Updated 10 months ago
- FrozenObjects serializer and deserializer☆90Updated 2 years ago
- Tiny and simple data format/serializer.☆19Updated last week
- A port of the dotnet/runtime RyuJIT compiler to C#☆46Updated 5 months ago
- Merges the referenced types of local dependencies as private types into the target assembly, and removes the references to the local depe…☆36Updated 2 weeks ago
- A playground for building an efficient key and key prefix lookup collection.☆12Updated last year
- In-memory B-Tree implementation for C#☆18Updated 4 years ago
- Attempts to calculate the size of managed options (heap size) from within an application. Basically, compare this library to the SOS !Obj…☆17Updated 10 months ago
- ☆14Updated 8 months ago
- Straightforward nint and nuint native integers, written in IL, probably second best to proper compiler support. Fully functional.☆27Updated 6 years ago
- Helper objects to browse complex structures returned by ClrMD☆62Updated 8 months ago
- System.IO.Pipelines API adapter for System.Net.WebSockets☆25Updated last week
- Provides methodof, propertyof and fieldof equivalents of typeof .☆65Updated 6 months ago
- Trimming down unnecessary bits out of Microsoft.Data.SqlClient☆15Updated 8 months ago
- Linq for Span<T> using SourceGenerators☆49Updated 3 years ago
- Scratch pad for various expression tree improvements.☆82Updated 2 years ago
- A multi-platform .NET binding of Facebook's Zstandard library.☆41Updated 4 years ago
- io_uring wrapper for C# / .NET☆91Updated 3 years ago
- Antlr4Ast is a .NET library that provides a parser and abstract syntax tree (AST) for ANTLR4/g4 files.☆52Updated 7 months ago
- High-performance network packet decoding and packet decoder source generator☆37Updated last year
- Compare and Diff assemblies from different sources. Useful for determining what changes are introduced across versions, and if any are br…☆59Updated 10 months ago
- Zero-allocation C# implementation of Wang Yi's wyhash hash algorithm and wyrand PRNG☆55Updated last year
- Low-level utilities and tools for working with the CLR and memory.☆36Updated 3 weeks ago