joaoportela / CircularBuffer-CSharpLinks
A simple, single file, implementation of a circular buffer in C#.
☆239Updated 11 months ago
Alternatives and similar repositories for CircularBuffer-CSharp
Users that are interested in CircularBuffer-CSharp are comparing it to the libraries listed below
Sorting:
- Utilized native-memory backed array for .NET and Unity - over the 2GB limitation and support the modern API(IBufferWriter, ReadOnlySequen…☆311Updated 2 months ago
- Fast, idiomatic C# implementation of Flatbuffers☆537Updated last month
- Robust and efficient library for management of asynchronous operations in C#/.Net.☆233Updated 3 weeks ago
- Universal binary serializer for a wide variety of scenarios https://discord.gg/FGaCX4c☆499Updated last year
- A pure C# implementation of xxhash algorithm☆275Updated last year
- Implementation in C# of LINQ concept with struct☆305Updated last year
- .NET Reflection Made Fast and Simple ⛺☆297Updated 5 years ago
- Alloc-free and fast replacement for Linq, with code generation☆313Updated last year
- Faster.Map is a high-performance, memory-efficient HashMap. Designed for extreme speed and scalability, it includes specialized implement…☆116Updated 4 months ago
- Successor of ZString; UTF8 based zero allocation high-peformance String Interpolation and StringBuilder.☆193Updated 2 months ago
- Fast C# CSV parser☆150Updated 11 months ago
- High performance algorithms in C#: SIMD/SSE, multi-core and faster☆279Updated last year
- The ultimate fast alternative to Activator.CreateInstance<T> / new T()☆261Updated last month
- The fastest and most memory efficient binary serialization library for .NET Standard 2.1, powered by dynamic IL generation☆343Updated 2 years ago
- A library for building server application using loop-action programming model on .NET.☆256Updated 2 months ago
- Structure of arrays source generator to make CPU Cache and SIMD friendly data structure for high-performance code in .NET and Unity.