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:
- .NET/Mono library for multi-threading, including lock-free thread-safe collections.☆43Updated 10 years ago
- Bounded multiple producers multiple consumers queue for .NET☆57Updated 2 years ago
- Straightforward nint and nuint native integers, written in IL, probably second best to proper compiler support. Fully functional.☆28Updated 6 years ago
- Allocation-free string-like type, string interning cache and allocation-free versions of StringBuilder/TextWriter.Write(int).☆30Updated 5 years ago
- Blittable .NET structs☆16Updated 9 years ago
- An analyzer for Non-Copyable structs.☆32Updated 3 years ago
- Provides a set of portable collections installable as source files via NuGet.☆27Updated 9 years ago
- QuickInject is a simple dependency injection container for .NET Core☆46Updated 2 years ago
- Manages multi-threaded writing to a single file.☆30Updated 6 years ago
- A C# port of JavaFastPFOR☆54Updated last year
- An allocation free Task-like object for async methods☆39Updated 11 months ago
- Lightweight fork of the .NET Compiler Platform ("Roslyn") by adding a compiler plugin infrastructure☆97Updated 6 years ago
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆70Updated 2 years ago
- Managed port of Smazz, small string compression library☆26Updated 9 years ago
- ReflectionBridge : Provides some extensions which define a bridge for the differences between Type and TypeInfo.☆25Updated 7 years ago
- .NET Serializer testing framework☆75Updated 2 years ago
- Facilitates adding constraints for Enum and Delegate to types and methods.☆47Updated 3 months ago
- Low allocation re-implementation of LINQ-to-Objects☆214Updated 7 years ago
- Port of Google's farmhash algorithm to .NET☆65Updated last year
- Faster, less leakier thread-safe Lazy<T> implementation in C#☆44Updated 2 years ago
- Provides a single-threaded synchronization context, which makes it easy to reason about asynchronous code in environments that don't usua…☆13Updated 5 years ago
- .NET bindings for native numerical computing☆31Updated 7 years ago
- The combined Langly runtime☆33Updated 3 years ago
- FrozenObjects serializer and deserializer☆92Updated 2 years ago
- C# library which provides uniform API for conversion between types.☆22Updated last year
- An alternative to LinkedList<T> with reverse operation and enumeration without allocation.☆17Updated last year
- Scratch pad for various expression tree improvements.☆82Updated 2 years ago
- Automatically exported from code.google.com/p/eduasync☆28Updated 3 years ago
- An alternative implementation of Dictionary<K,V> on C#☆27Updated 5 years ago
- A basic example of using ManagedCUDA via C# to execute logic on the GPU☆32Updated 9 years ago