StephenCleary / ArraySegmentsLinks
A library for slicing and dicing arrays (without copying).
☆14Updated 4 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
- A fork of https://difflib.codeplex.com/☆16Updated 9 years ago
- Removes nullability and pragma warning suppressions that are no longer necessary.☆31Updated 3 months ago
- An allocation free Task-like object for async methods☆40Updated last year
- Playground for testing msbuild in a "server" mode☆16Updated last year
- Composable subset of the VS-Editor platform that's UI-agnostic to allow cross-platform unit-testing scenarios☆28Updated 4 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 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 simplified version of the JsonAnalyzer. Great for validating local JSON files or when you already have JSON in a string.☆14Updated 9 months ago
- Analyse Memory Dumps looking at .NET String types☆30Updated 9 years ago
- Provides an almost drop-in replacement for System.IO.File, optimized for a very large number of small files. Data is batched in package f…