Sergio0694 / BinaryPack
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
- Universal binary serializer for a wide variety of scenarios https://discord.gg/FGaCX4c☆497Updated last year
- Specialized .NET Streams and pipes for full duplex in-proc communication, web sockets, and multiplexing☆672Updated last week
- High performance LINQ implementation with minimal heap allocations. Supports enumerables, async enumerables, arrays and Span<T>.☆889Updated last year
- Implementation in C# of LINQ concept with struct☆302Updated last year
- A cross-platform abstract/virtual filesystem framework with many built-ins filesystems for .NET☆861Updated 3 weeks ago
- Implementation of a lock-free dictionary on .Net.☆501Updated 2 months ago
- LINQ for Span<T>, without memory allocations.☆262Updated last year
- SpanJson is a JSON serializer for .NET Core 6.0+☆440Updated 6 months ago
- Pure DI for .NET☆643Updated this week
- .NET Reflection Made Fast and Simple ⛺☆293Updated 4 years ago
- Delegate-based C# P/Invoke alternative - compatible with all platforms and runtimes.☆499Updated 8 months ago
- High performance, thread-safe in-memory caching primitives for .NET☆535Updated 3 weeks ago
- Inject arbitrary IL code at compile time.☆246Updated this week
- Fast, low-allocation ports of List, Dictionary, HashSet, Stack, and Queue using ArrayPool and Span.☆576Updated last year
- .NET tool to analyze size of Native AOT binaries.☆374Updated 3 weeks ago
- High performance algorithms in C#: SIMD/SSE, multi-core and faster☆273Updated last year
- Fast, idiomatic C# implementation of Flatbuffers☆528Updated this week
- VS2022 Add-in. Click on any method or class to see what .NET Core's JIT generates for them (ASM).☆682Updated 7 months ago
- A .NET library simplifying the execution and chaining of processes☆422Updated 10 months ago
- Utilized native-memory backed array for .NET and Unity - over the 2GB limitation and support the modern API(IBufferWriter, ReadOnlySequen…☆302Updated last month
- A simple, easy to use, strongly-typed, async wrapper around .NET named pipes.