arogozine / EnumUtilitiesLinks
Generic C# Enum Utilities
☆25Updated 2 years ago
Alternatives and similar repositories for EnumUtilities
Users that are interested in EnumUtilities are comparing it to the libraries listed below
Sorting:
- 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
- A C# Deque class☆50Updated 11 years ago
- Allocation-free string-like type, string interning cache and allocation-free versions of StringBuilder/TextWriter.Write(int).☆30Updated 5 years ago
- Utilizes System.Reflection.Metadata to read type information very fast and without locking assembly files.☆32Updated 4 years ago
- Things to speed up C# code by avoiding reflection☆25Updated 2 years ago
- .NET library that aims to provide faster usage of C# reflection features. Especially the usage of constructor and members accessors (get/…☆57Updated 3 weeks ago
- A OO framework to handle all sorts of paths operations: File, Directory, Absolute, Drive Letter, UNC, Relative, prefixed with an Environm…☆89Updated 9 years ago
- MSIL Reader☆36Updated 2 years ago
- A library for slicing and dicing arrays (without copying).☆14Updated 5 years ago
- Full C# port of Brotli compression algorithm☆97Updated 4 years ago
- Embed resource files more C# programmer friendly!☆70Updated last year
- Mixins are a powerful concept for object-oriented class composition. re-mix provides mixins for C# and Visual Basic .NET.☆18Updated 8 years ago
- SimplSockets is a lightweight, high performance, powerful .NET socket wrapper that makes communication via Sockets easy and efficient. It…☆58Updated 6 years ago
- Fluent Extension Methods for Mono.Cecil☆13Updated 8 years ago
- Simple JSON formatting/pretty-printing for .NET☆23Updated 3 years ago
- A C# Reflection Helper Library☆14Updated 8 years ago
- .NET Reflection Made Fast and Simple ⛺☆28Updated 4 years ago
- Zero allocation valuetype based fixed string implementation (8/16/32/64) for .NET 7+☆86Updated last year
- High performance C# implementation of the Snappy compression algorithm☆89Updated this week
- A tactful collection of utilities for .NET development.☆35Updated 8 years ago
- Example implementation of IValueTaskSource☆30Updated 2 years ago
- MemoryStream with ArrayPool☆12Updated 3 years ago
- Extremely Fast MySQL Driver for C#, work in progress.☆56Updated 8 years ago
- A framework for transparently invoking multiple instances or clients.☆38Updated last month
- Parse any type from string in efficient way☆35Updated last month
- Easy to use (but high performance!) weighted selection implementation, in C#.☆39Updated 6 years ago
- Low-level utilities and tools for working with the CLR and memory.☆38Updated last month
- Directory copy/sync/mirror tool that uses file contents (not timestamps) to avoid touching identical files☆66Updated 5 months ago
- IPC [inter-process communication] engine for .NET based on memory-mapped files and on Named Pipes for Windows and Linux.☆65Updated 6 months ago
- Works in conjunction with System.Text.RegularExpressions.Regex to boost performance, add a replace function, and support gigantic files t…☆25Updated 2 years ago