StephenCleary / ArraySegmentsLinks
A library for slicing and dicing arrays (without copying).
☆14Updated 5 years ago
Alternatives and similar repositories for ArraySegments
Users that are interested in ArraySegments are comparing it to the libraries listed below
Sorting:
- Utilizes System.Reflection.Metadata to read type information very fast and without locking assembly files.☆32Updated 4 years ago
- Playground for testing msbuild in a "server" mode☆16Updated last year
- Efficient implementations of standard .NET collection interfaces using tree data structures☆46Updated 4 years ago
- An allocation free Task-like object for async methods☆40Updated last year
- Removes nullability and pragma warning suppressions that are no longer necessary.☆31Updated 4 months ago
- Utilities for working with streams and pipes☆12Updated last week
- A fork of https://difflib.codeplex.com/☆16Updated 10 years ago
- A simplified version of the JsonAnalyzer. Great for validating local JSON files or when you already have JSON in a string.☆14Updated 10 months ago
- A lightweight utility library to create a Roslyn AdhocWorkspace from an existing solution or a csproj☆76Updated last year
- .NET library for working with Roslyn's syntax trees☆23Updated this week
- Generate plots for BenchmarkDotNet☆13Updated 10 months ago
- A source generator for embedding resource files directly into your assembly. Access them as a `ReadOnlySpan<byte>`, with no allocations o…☆24Updated 3 years ago
- A .NET library for using reflection emit in a fluent way.☆33Updated 11 months ago
- Helper types for creating and interpreting GUIDs.☆31Updated 4 years ago
- Composable subset of the VS-Editor platform that's UI-agnostic to allow cross-platform unit-testing scenarios☆28Updated 4 years ago
- Dynamically attach properties to (almost) any object instance.☆45Updated 4 years ago
- Analyse Memory Dumps looking at .NET String types☆30Updated 9 years ago
- An ultra-lightweight Rx source-only nuget to avoid depending on the full System.Reactive for IObservable<T> producers☆32Updated this week
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆72Updated 2 years ago
- Works in conjunction with System.Text.RegularExpressions.Regex to boost performance, add a replace function, and support gigantic files t…☆24Updated 2 years ago
- A .NET library that calculates the width of Unicode characters.☆58Updated last year
- GitLib.NET is a bare metal P/Invoke wrapper around libgit2 for .NET☆30Updated 6 months ago
- Code analysis improvements and context actions☆63Updated this week
- Vectorized generic dictionary prototype☆25Updated 9 months ago
- Helper objects to browse complex structures returned by ClrMD☆64Updated last year
- Provides methodof, propertyof and fieldof equivalents of typeof .☆66Updated 8 months ago
- Read & edit .sln solution files with various tools: .Subsln files, Visual Studio plugin, command line tool & .NET libraries.☆27Updated 2 years ago
- Find transitive dependencies in assemblies☆23Updated 5 months ago
- A light-weight, performant interval tree in C#☆31Updated 6 months ago
- Straightforward nint and nuint native integers, written in IL, probably second best to proper compiler support. Fully functional.☆28Updated 6 years ago