Codealike / arraysliceLinks
ArraySlice allows to build shared memory array views without performance impact. It uses IL manipulation to achieve the fastest implementation.
☆27Updated 10 years ago
Alternatives and similar repositories for arrayslice
Users that are interested in arrayslice are comparing it to the libraries listed below
Sorting:
- Bounded multiple producers multiple consumers queue for .NET☆58Updated 2 years ago
- .NET/Mono library for multi-threading, including lock-free thread-safe collections.☆43Updated 10 years ago
- Managed port of Smazz, small string compression library☆26Updated 9 years ago
- Blittable .NET structs☆16Updated 9 years ago
- Allocation-free string-like type, string interning cache and allocation-free versions of StringBuilder/TextWriter.Write(int).☆30Updated 5 years ago
- A C# port of JavaFastPFOR☆54Updated last year
- Straightforward nint and nuint native integers, written in IL, probably second best to proper compiler support. Fully functional.☆28Updated 6 years ago
- Basic performance-oriented TCP client/server messaging C# API based on Windows Registered I/O (RIO)☆68Updated 4 years ago
- An allocation free Task-like object for async methods☆39Updated last year
- Embedded persistent key-value store for .NET. Pure C# code.☆63Updated 4 years ago
- Low allocation re-implementation of LINQ-to-Objects☆215Updated 7 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
- Concurrency library for .Net☆64Updated 3 months ago
- A .NET/Mono library to handle color spaces (and light spectrums!)☆48Updated 5 years ago
- BPlusTree and other collections moved from http://code.google.com/p/csharptest-net☆110Updated 4 years ago
- QuickInject is a simple dependency injection container for .NET Core☆46Updated 2 years ago
- SimplSockets is a lightweight, high performance, powerful .NET socket wrapper that makes communication via Sockets easy and efficient. It…☆57Updated 6 years ago
- A pure C# implementation of xxhash(https://code.google.com/p/xxhash/)☆78Updated 2 years ago
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆72Updated 2 years ago
- .NET Serializer testing framework☆75Updated 2 years ago
- Compressed bitmaps in C#☆82Updated 2 years ago
- Model-checker for lock and wait free C# code☆77Updated 7 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☆65Updated last year
- An analyzer for Non-Copyable structs.☆34Updated 3 years ago
- An implementation of google's Snappy compression format in C#☆149Updated 8 years ago
- Fast binary serializer☆65Updated 9 months ago
- Allows you to use prototypal inheritance in C#☆27Updated 5 years ago
- A fast and efficient implementation of a MemoryPool<T>.☆23Updated 7 years ago
- A simple but powerful diff and merge class library for .NET, written in C#☆84Updated 7 months ago