justinamiller / Avro.NET
Rapid Avro serializer for C# .NET
☆9Updated last year
Alternatives and similar repositories for Avro.NET:
Users that are interested in Avro.NET are comparing it to the libraries listed below
- This library provides fast, lightweight and low-level memory allocators for .NET (e.g TLSF)☆38Updated 7 months ago
- A source generator that generates partial helper classes where member properties are attributed with ProtoMember attribute.☆12Updated 2 weeks ago
- Sample code to show how to walk the managed heap in C#☆31Updated last year
- This library provides struct based collections for high performance and low memory usage☆33Updated 4 months ago
- A pure C# implementation of sparse bitsets☆23Updated last year
- Playing around to make a high-performance prefix tree implementation in C#☆17Updated last year
- Implementation for pooled in-memory streams for .NET☆39Updated last year
- .NET implementation of modified QuadTree, perform faster range searches from very large number of multi-dimensional coordinates in the po…☆38Updated 7 months ago
- Read & edit .sln solution files with various tools: .Subsln files, Visual Studio plugin, command line tool & .NET libraries.☆26Updated last year
- A Weak Event Pattern Implementation for .Net Core/Standard☆10Updated 5 years ago
- Drop-in-place Memory and Performance optimizations for LINQ☆24Updated 4 years ago
- Fight primitive obsession and create expressive domain models with source generators.☆18Updated last year
- A set of variations on ObjectPool implementations with differing underlying collections.☆17Updated last month
- Simple C# source generator for text templates☆32Updated 2 years ago
- High-performance network packet decoding and packet decoder source generator☆38Updated last month
- A LINQ-like extensions for C# that uses SIMD extensions to parallelize the operations☆38Updated 5 months ago
- ☆16Updated this week
- A small helper library, that allows you to find the source file of a type at runtime, based on the debug information included in the type…☆11Updated 3 years ago
- Playground for testing msbuild in a "server" mode☆16Updated 11 months ago
- C# version for the The One Billion Row Challenge☆31Updated 11 months ago
- An alternative to LinkedList<T> with reverse operation and enumeration without allocation.☆17Updated last year
- A set of optimized extensions which integrate System.Range with foreach and LINQ☆19Updated last year
- .NET Reflection Made Fast and Simple ⛺☆28Updated 3 years ago
- dotnet watch we always wanted