ArsenShnurkov / CommonLinks
A collection of generic C# data structures, including an iterative binary search trees, an AVL tree, a red-black tree, a skip-list, and a min/max heap..
☆25Updated 11 years ago
Alternatives and similar repositories for Common
Users that are interested in Common are comparing it to the libraries listed below
Sorting:
- Allocation-free string-like type, string interning cache and allocation-free versions of StringBuilder/TextWriter.Write(int).☆30Updated 6 years ago
- A C# Deque class☆50Updated 11 years ago
- Binary serializer with full .NET support!☆17Updated 8 months ago
- Simple JSON formatting/pretty-printing for .NET☆23Updated 3 years ago
- Things to speed up C# code by avoiding reflection☆25Updated 2 years ago
- A replacement for the generic HashSet<T> that is usually faster, has more predictable memory allocations, and uses C# 7.x ref returns and…☆25Updated 6 years ago
- Utilizes System.Reflection.Metadata to read type information very fast and without locking assembly files.☆32Updated 5 years ago
- A simple mesh networking library in C# based on WatsonTcp☆25Updated last year
- An alternative to LinkedList<T> with reverse operation and enumeration without allocation.☆17Updated 2 years ago
- A Weak Event Pattern Implementation for .Net Core/Standard☆11Updated 6 years ago
- The Most Complete .NET/C# Implementation of Knuth–Morris–Pratt Algorithm☆27Updated 7 years ago
- A quick (low-latency) IPC channel for .NET (Using MemoryMappedFile and Event)☆21Updated 13 years ago
- .NET Reflection Made Fast and Simple ⛺☆28Updated 4 years ago
- MemoryStream with ArrayPool☆12Updated 3 years ago
- A library for slicing and dicing arrays (without copying).☆14Updated 5 years ago
- Extremely Fast MySQL Driver for C#, work in progress.☆56Updated 8 years ago
- .NET library that aims to provide faster usage of C# reflection features. Especially the usage of constructor and members accessors (get/…☆58Updated 3 months ago
- SimplSockets is a lightweight, high performance, powerful .NET socket wrapper that makes communication via Sockets easy and efficient. It…☆58Updated 6 years ago
- 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. Yo…☆56Updated 5 months ago
- IPC [inter-process communication] engine for .NET based on memory-mapped files and on Named Pipes for Windows and Linux.☆66Updated 9 months ago
- Embedded persistent key-value store for .NET. Pure C# code.☆64Updated 5 years ago
- .NET debugging visualiser for runtime-generated IL code (via DynamicMethod, etc)☆11Updated 8 years ago
- Spans for the whole memory range.☆18Updated 2 years ago
- A cross platform NTP client library for .Net platforms. Allows you to easily retrieve an accurate, current date & time from internet NTP …☆43Updated last year
- .NET Serializer testing framework☆78Updated 2 years ago
- Allows you to use prototypal inheritance in C#☆27Updated 5 years ago
- Parse any type from string in efficient way☆35Updated 2 months ago
- This library provides fast, lightweight and low-level memory allocators for .NET (e.g TLSF)☆43Updated last year
- Streaming safe+unsafe x86/64 LZ4 compression portable class library in C#☆17Updated 11 years ago
- A plugin for LINQPad which displays compiler generated code.☆44Updated 7 years ago