rvhuang / kmp-algorithm
The Most Complete .NET/C# Implementation of Knuth–Morris–Pratt Algorithm
☆25Updated 6 years ago
Related projects ⓘ
Alternatives and complementary repositories for kmp-algorithm
- 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
- Straightforward nint and nuint native integers, written in IL, probably second best to proper compiler support. Fully functional.☆27Updated 6 years ago
- MSIL Reader☆37Updated last year
- .NET Reflection Made Fast and Simple ⛺☆27Updated 3 years ago
- A library for slicing and dicing arrays (without copying).☆14Updated 4 years ago
- MemoryStream with ArrayPool☆12Updated 2 years ago
- Things to speed up C# code by avoiding reflection☆25Updated last year
- An allocation free Task-like object for async methods☆38Updated 4 months ago
- A plugin for LINQPad which displays compiler generated code.☆44Updated 5 years ago
- A C# Reflection Helper Library☆14Updated 7 years ago
- A .NET library that can read and write .reg files☆10Updated 2 years ago
- ☆23Updated 3 years ago
- Reliable cross-platform strongly-typed file/directory path manipulation and file system access in .NET.☆24Updated 10 months ago
- Generic C# Enum Utilities☆25Updated last year
- Provides a set of portable collections installable as source files via NuGet.☆25Updated 8 years ago
- Creates fast, strongly typed delegates for accessing methods, fields and properties. The right overload is automatically chosen based on …☆21Updated 4 years ago
- A .NET library for using reflection emit in a fluent way.☆27Updated last month
- Provides the ability to "compile" expressions to delegates without using Reflection.Emit but only using reflection.☆27Updated last week
- A single file C# file to untar file entries from a tar stream.☆17Updated 8 months ago
- .NET library for working with Roslyn's syntax trees☆22Updated 9 months ago
- TypePipe allows you to modify existing CLR types using a simple, expression-based API. Modifications from several tools and libraries (AO…☆26Updated 2 weeks ago
- Compose partially implementation both .NET language and IL assembler into a single assembly.☆16Updated last year
- .NET debugging visualiser for runtime-generated IL code (via DynamicMethod, etc)☆11Updated 7 years ago
- Linq for Span<T> using SourceGenerators☆50Updated 3 years ago
- Simple JSON formatting/pretty-printing for .NET☆23Updated 2 years ago
- Drop-in-place Memory and Performance optimizations for LINQ☆23Updated 3 years ago
- Provides methodof, propertyof and fieldof equivalents of typeof .☆65Updated 6 months ago
- PoolSharp is a simple, light weight, thread safe object pool.☆24Updated 11 months 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…☆20Updated 7 years ago