StephenCleary / ArraySegments
A library for slicing and dicing arrays (without copying).
☆14Updated 4 years ago
Related projects ⓘ
Alternatives and complementary repositories for ArraySegments
- Playground for testing msbuild in a "server" mode☆16Updated 8 months ago
- A simplified version of the JsonAnalyzer. Great for validating local JSON files or when you already have JSON in a string.☆10Updated this week
- A source generator for embedding resource files directly into your assembly. Access them as a `ReadOnlySpan<byte>`, with no allocations o…☆23Updated 2 years ago
- Allocation-free string-like type, string interning cache and allocation-free versions of StringBuilder/TextWriter.Write(int).☆30Updated 4 years ago
- Utilizes System.Reflection.Metadata to read type information very fast and without locking assembly files.☆32Updated 3 years ago
- An allocation free Task-like object for async methods☆38Updated 4 months ago
- A .NET library for using reflection emit in a fluent way.☆27Updated last month
- Helper types for creating and interpreting GUIDs.☆30Updated 3 years ago
- Regexator is IDE for .NET regular expressions.☆18Updated 3 years ago
- A collection of algorithms I've implemented and found generally useful☆15Updated 7 months ago
- GitLib.NET is a bare metal P/Invoke wrapper around libgit2 for .NET☆30Updated 8 months ago
- Visual Studio extension to show the values of constants where they are used☆24Updated this week
- 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…☆20Updated 7 years ago
- Find transitive dependencies in assemblies☆22Updated last week
- Vectorized generic dictionary prototype☆16Updated this week
- Creates fast, strongly typed delegates for accessing methods, fields and properties. The right overload is automatically chosen based on …☆21Updated 4 years ago
- Manages multi-threaded writing to a single file.☆30Updated 5 years ago
- Composable subset of the VS-Editor platform that's UI-agnostic to allow cross-platform unit-testing scenarios☆28Updated 4 years ago
- A .NET 5 source generator proof of concept that allows executing a method during compilation, so that it can be really fast during runtim…☆20Updated 4 years ago
- A small helper library, that allows you to find the source file of a type at runtime, based on the debug information included in the type…☆11Updated 3 years ago
- Text clustering algorithm, implemented in .NET☆23Updated last year
- Analyse Memory Dumps looking at .NET String types☆29Updated 8 years ago
- Types to assist with cancellation handling.☆14Updated 11 months ago
- Efficient implementations of standard .NET collection interfaces using tree data structures☆45Updated 3 years ago
- Produces a GIF on demand of the last ten seconds of a Windows desktop app’s user interface. Useful for error reports.☆13Updated last month
- A C# port of Mozilla Universal Charset Detector.☆24Updated 5 years ago
- A fork of https://difflib.codeplex.com/☆16Updated 9 years ago
- Parser for arithmetic expressions☆21Updated 3 years ago
- A lightweight utility library to create a Roslyn AdhocWorkspace from an existing solution or a csproj☆69Updated 8 months ago