joaoportela / CircularBuffer-CSharpLinks
A simple, single file, implementation of a circular buffer in C#.
☆250Updated last year
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…☆331Updated last month
- .NET Reflection Made Fast and Simple ⛺☆304Updated 5 years ago
- Fast, idiomatic C# implementation of Flatbuffers☆563Updated 8 months ago
- High performance algorithms in C#: SIMD/SSE, multi-core and faster☆337Updated last month
- A pure C# implementation of xxhash algorithm☆283Updated 2 years ago
- Implementation in C# of LINQ concept with struct☆309Updated 2 years ago
- Universal binary serializer for a wide variety of scenarios https://discord.gg/FGaCX4c☆502Updated 2 years ago
- The ultimate fast alternative to Activator.CreateInstance<T> / new T()☆270Updated 3 weeks ago
- Faster.Map — A blazing-fast, memory-efficient HashMap library for .NET. Featuring SIMD-optimized DenseMap, lock-free CMap, and high-perfo…☆137Updated last month
- Fast C# CSV parser☆152Updated last year
- Robust and efficient library for management of asynchronous operations in C#/.Net.☆251Updated 2 months ago
- Alloc-free and fast replacement for Linq, with code generation☆315Updated last year
- The fastest and most memory efficient binary serialization library for .NET Standard 2.1, powered by dynamic IL generation☆344Updated 3 years ago
- Easy to use SIMD accelerated Array and Span methods☆93Updated 3 years ago
- Lightweight, Fast JWT(JSON Web Token) implementation for .NET.☆223Updated 8 months ago
- A library for building server application using loop-action programming model on .NET.☆275Updated 4 months ago
- LINQ for Span<T>, without memory allocations.☆282Updated 2 years ago
- Successor of ZString; UTF8 based zero allocation high-peformance String Interpolation and StringBuilder.☆209Updated 4 months ago
- C# delta syncing library☆154Updated 5 months ago
- ☆172Updated 3 years ago
- Simplify call an external process with the async streams in C# 8.0.☆545Updated 4 months ago
- Fast, low-allocation ports of List, Dictionary, HashSet, Stack, and Queue using ArrayPool and Span.☆597Updated last year
- C# Network Library☆371Updated 2 years ago
- Structure of arrays source generator to make CPU Cache and SIMD friendly data structure for high-performance code in .NET and Unity.☆324Updated last month
- Generic weak event implementation☆194Updated 5 years ago
- C# shared memory classes for sharing data between processes (Array, Buffer and Circular Buffer)☆605Updated last year
- C# .NET (dotnet) Binary Serializer. Serialization up to 18x faster than Protobuf and MessagePack☆81Updated 3 months ago
- Definitely Fastest and Zero Allocation JSON Serializer for C#(NET, .NET Core, Unity, Xamarin).☆62Updated 2 years ago
- A .NET C# Implementation of QUIC protocol - Google's experimental transport layer.☆395Updated 2 years ago
- Extension methods library emitting IL to generate delegates for fast reflection☆99Updated 9 years ago