cyotek / Cyotek.Collections.Generic.CircularBufferLinks
The CircularBuffer<T> class is a data structure that uses a single, fixed-size buffer that behaves as if it were connected end-to-end. You can use it as a first-in, first-out collection of objects using a fixed buffer and automatic overwrite support.
☆54Updated 2 years ago
Alternatives and similar repositories for Cyotek.Collections.Generic.CircularBuffer
Users that are interested in Cyotek.Collections.Generic.CircularBuffer are comparing it to the libraries listed below
Sorting:
- Adds the new C# 5 async for older .NET 3.5 and .NET 4.0 projects.☆135Updated 6 years ago
- IPC [inter-process communication] engine for .NET based on memory-mapped files and on Named Pipes for Windows and Linux.☆61Updated 3 months ago
- A P2P library to create peer-to-peer applications with .Net☆67Updated 10 years ago
- Allocation-free string-like type, string interning cache and allocation-free versions of StringBuilder/TextWriter.Write(int).☆30Updated 5 years ago
- .NET library that aims to provide faster usage of C# reflection features. Especially the usage of constructor and members accessors (get/…☆57Updated last year
- Classic ringbuffer with optional Stream interface☆59Updated 7 years ago
- DEPRECATED. You're probably looking for https://github.com/AvaloniaUI/Avalonia☆72Updated 11 years ago
- Simple .NET Undo/Redo framework with merging and transactions☆114Updated 4 years ago
- A cross platform NTP client library for .Net platforms. Allows you to easily retrieve an accurate, current date & time from internet NTP …☆42Updated 10 months ago
- Embedded persistent key-value store for .NET. Pure C# code.☆63Updated 4 years ago
- Extremely Fast MySQL Driver for C#, work in progress.☆56Updated 7 years ago
- A C# Deque class☆49Updated 10 years ago
- A lightweight, high performance, zero dependency, streaming CSV reading library for CSharp.☆67Updated last year
- A lightweight HTTP compliant web server written in C# with full async/await implementation☆57Updated 3 months ago
- MSBuild task for ILRepack which is an open-source alternative to ILMerge.☆86Updated 5 years ago
- Implementations of System.Index and System.Range for netstandard2.0 and .NET Framework.☆84Updated 2 weeks ago
- Fast binary serializer☆65Updated 8 months ago
- .NET advanced GIF library☆18Updated 4 years ago
- Win32 API wrapper for .NET and Mono