Codealike / arrayslice
ArraySlice allows to build shared memory array views without performance impact. It uses IL manipulation to achieve the fastest implementation.
☆27Updated 9 years ago
Alternatives and similar repositories for arrayslice:
Users that are interested in arrayslice are comparing it to the libraries listed below
- .NET/Mono library for multi-threading, including lock-free thread-safe collections.☆43Updated 10 years ago
- Bounded multiple producers multiple consumers queue for .NET☆56Updated last year
- Allocation-free string-like type, string interning cache and allocation-free versions of StringBuilder/TextWriter.Write(int).☆30Updated 4 years ago
- Managed port of Smazz, small string compression library☆26Updated 8 years ago
- Blittable .NET structs☆15Updated 9 years ago
- Straightforward nint and nuint native integers, written in IL, probably second best to proper compiler support. Fully functional.☆28Updated 6 years ago
- A pure C# implementation of xxhash(https://code.google.com/p/xxhash/)☆79Updated last year
- An alternative implementation of Dictionary<K,V> on C#☆27Updated 4 years ago
- Faster, less leakier thread-safe Lazy<T> implementation in C#☆44Updated last year
- MemoryStream with ArrayPool☆12Updated 2 years ago
- ☆28Updated 5 years ago
- An alternative to LinkedList<T> with reverse operation and enumeration without allocation.☆17Updated last year
- An analyzer for Non-Copyable structs.☆31Updated 2 years ago
- The combined Langly runtime☆33Updated 2 years ago
- An experimental .NET asymmetric serializer, designed for write-heavy enviroments with a synchronous flow.☆20Updated 5 years ago
- Compressed bitmaps in C#☆82Updated last year
- QuickInject is a simple dependency injection container for .NET Core☆46Updated last year
- A C# port of JavaFastPFOR☆52Updated last year
- Lightweight fork of the .NET Compiler Platform ("Roslyn") by adding a compiler plugin infrastructure☆97Updated 6 years ago
- Provides a set of portable collections installable as source files via NuGet.☆25Updated 9 years ago
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆68Updated 2 years ago
- An allocation free Task-like object for async methods☆39Updated 6 months ago
- visit LATEST Dev at https://github.com/LayoutFarm/HtmlRenderer, C# HTML Layout and HTML Rendering Engine,☆30Updated 6 years ago
- Concurrency library for .Net☆63Updated 2 weeks ago
- A portable cross platform image library in C#☆18Updated 7 years ago
- Basic performance-oriented TCP client/server messaging C# API based on Windows Registered I/O (RIO)☆68Updated 4 years ago
- ReflectionBridge : Provides some extensions which define a bridge for the differences between Type and TypeInfo.☆25Updated 7 years ago
- Port of Google's farmhash algorithm to .NET☆62Updated last year
- Easy to use extensible calculator for .NET. Demonstrates Sprache toolkit grammar inheritance.☆46Updated 5 years ago