salarcode / BinaryBuffers
An implementation of BinaryReader and BinaryWriter which works on binary arrays directly
☆22Updated last year
Alternatives and similar repositories for BinaryBuffers:
Users that are interested in BinaryBuffers are comparing it to the libraries listed below
- Implementation for pooled in-memory streams for .NET☆39Updated last year
- Binary serializer. Unmatched speed and efficiency.☆76Updated 3 weeks ago
- The most revolutionary syntax visualizer☆69Updated last month
- A C# library for efficient bit-level reading and writing also adding bit field support☆52Updated 3 months ago
- Low-level utilities and tools for working with the CLR and memory.☆36Updated last week
- Drop-in-place Memory and Performance optimizations for LINQ☆24Updated 4 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
- High performance SIMD operations in c#☆41Updated 5 years ago
- Embed resource files more C# programmer friendly!☆70Updated 8 months ago
- An allocation free Task-like object for async methods☆39Updated 7 months ago
- This library provides fast, lightweight and low-level memory allocators for .NET (e.g TLSF)☆38Updated 6 months ago
- SimplSockets is a lightweight, high performance, powerful .NET socket wrapper that makes communication via Sockets easy and efficient. It…☆58Updated 5 years ago
- Zero allocation valuetype based fixed string implementation (8/16/32/64) for .NET 7+☆80Updated 11 months ago
- Linq for Span<T> using SourceGenerators☆52Updated 3 years ago
- .NET implementation of modified QuadTree, perform faster range searches from very large number of multi-dimensional coordinates in the po…☆38Updated 7 months ago
- Compiles simple grammar into a parsing table. Includes parser which can build a syntax tree for a given plaintext. Allows compilation of …☆43Updated 2 years ago
- Allocation-free string-like type, string interning cache and allocation-free versions of StringBuilder/TextWriter.Write(int).☆30Updated 5 years ago
- A multi-platform .NET binding of Facebook's Zstandard library.☆42Updated 4 years ago
- A .NET library for using reflection emit in a fluent way.☆28Updated 4 months ago
- Generic C# Enum Utilities☆25Updated 2 years ago
- On the fly disassemble C# code based on JitDasm☆126Updated 4 years ago
- This library provides struct based collections for high performance and low memory usage☆33Updated 3 months ago
- High performance unmanaged memory allocator / collection types / LINQ provider for .NET Core☆62Updated last year
- Low-level utilities and tools for working with the CLR and memory.☆36Updated 4 years ago
- Low-level Zip Library, allowing advanced tweaks (injecting/removing blocks, crafting special archives)☆35Updated 3 months ago
- Undo/redo library aiming for ease of integration and usage simplicity.☆21Updated last month
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆69Updated 2 years ago
- A library using ComputeSharp to ray trace render scenes in C#☆15Updated last year
- Parse any type from string in efficient way☆33Updated last month
- A replacement for the generic HashSet<T> that is usually faster, has more predictable memory allocations, and uses C# 7.x ref returns and…☆24Updated 5 years ago