Sergio0694 / BinaryPackLinks
The fastest and most memory efficient binary serialization library for .NET Standard 2.1, powered by dynamic IL generation
☆341Updated 2 years ago
Alternatives and similar repositories for BinaryPack
Users that are interested in BinaryPack are comparing it to the libraries listed below
Sorting:
- LINQ for Span<T>, without memory allocations.☆263Updated last year
- High performance, thread-safe in-memory caching primitives for .NET☆536Updated 2 weeks ago
- Universal binary serializer for a wide variety of scenarios https://discord.gg/FGaCX4c☆498Updated last year
- Implementation of a lock-free dictionary on .Net.☆512Updated 3 months ago
- Specialized .NET Streams and pipes for full duplex in-proc communication, web sockets, and multiplexing☆677Updated this week
- Implementation in C# of LINQ concept with struct☆303Updated last year
- Fast, idiomatic C# implementation of Flatbuffers☆534Updated last week
- High performance LINQ implementation with minimal heap allocations. Supports enumerables, async enumerables, arrays and Span<T>.☆888Updated last year
- A cross-platform abstract/virtual filesystem framework with many built-ins filesystems for .NET☆873Updated last month
- Linq-like extension functions for Arrays, Span<T>, and List<T> that are faster and allocate less.☆760Updated 5 years ago
- Testura.Code is a wrapper around the Roslyn API and used for generation, saving and compiling C# code. It provides methods and helpers to…☆298Updated last year
- SpanJson is a JSON serializer for .NET Core 6.0+☆440Updated 7 months ago
- Fast and lightweight parser creation tools☆464Updated last week
- A high-performance, zero-allocation .NET logging library.☆417Updated 2 weeks ago
- .NET Reflection Made Fast and Simple ⛺☆295Updated 4 years ago
- A tool that helps to see an internal structure of the CLR types at runtime☆699Updated 2 years ago
- Fast, low-allocation ports of List, Dictionary, HashSet, Stack, and Queue using ArrayPool and Span.☆575Updated last year
- Pure DI for .NET☆660Updated this week
- Utilized native-memory backed array for .NET and Unity - over the 2GB limitation and support the modern API(IBufferWriter, ReadOnlySequen…☆304Updated 2 weeks ago
- Delegate-based C# P/Invoke alternative - compatible with all platforms and runtimes.