jamescourtney / FlatSharpLinks
Fast, idiomatic C# implementation of Flatbuffers
☆537Updated last month
Alternatives and similar repositories for FlatSharp
Users that are interested in FlatSharp are comparing it to the libraries listed below
Sorting:
- Universal binary serializer for a wide variety of scenarios https://discord.gg/FGaCX4c☆499Updated last year
- Utilized native-memory backed array for .NET and Unity - over the 2GB limitation and support the modern API(IBufferWriter, ReadOnlySequen…☆311Updated 2 months ago
- The fastest and most memory efficient binary serialization library for .NET Standard 2.1, powered by dynamic IL generation☆343Updated 2 years ago
- A pure C# implementation of xxhash algorithm☆275Updated last year
- Fast, low-allocation ports of List, Dictionary, HashSet, Stack, and Queue using ArrayPool and Span.☆577Updated last year
- LZ4/LH4HC compression for .NET Standard 1.6/2.0 (formerly known as lz4net)☆753Updated 9 months ago
- Implementation in C# of LINQ concept with struct☆305Updated last year
- Alloc-free and fast replacement for Linq, with code generation☆313Updated last year
- A simple, single file, implementation of a circular buffer in C#.☆239Updated 11 months ago
- The ultimate fast alternative to Activator.CreateInstance<T> / new T()☆261Updated 3 weeks ago
- High performance, thread-safe in-memory caching primitives for .NET☆545Updated last week
- Simplify call an external process with the async streams in C# 8.0.☆512Updated 2 months ago
- .NET Reflection Made Fast and Simple ⛺☆297Updated 5 years ago
- Linq-like extension functions for Arrays, Span<T>, and List<T> that are faster and allocate less.☆760Updated 5 years ago
- High performance LINQ implementation with minimal heap allocations. Supports enumerables, async enumerables, arrays and Span<T>.☆888Updated last year
- Structure of arrays source generator to make CPU Cache and SIMD friendly data structure for high-performance code in .NET and Unity.☆301Updated 2 months ago
- High performance algorithms in C#: SIMD/SSE, multi-core and faster☆279Updated last year
- Lightweight, Fast JWT(JSON Web Token) implementation for .NET.☆220Updated last month
- High performance observable collections and synchronized views, for WPF, Blazor, Unity.☆743Updated last week
- LINQ for Span<T>, without memory allocations.☆279Updated last year
- A tool that helps to see an internal structure of the CLR types at runtime