rvhuang / kmp-algorithm
The Most Complete .NET/C# Implementation of Knuth–Morris–Pratt Algorithm
☆26Updated 7 years ago
Alternatives and similar repositories for kmp-algorithm
Users that are interested in kmp-algorithm 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
- Allocation-free string-like type, string interning cache and allocation-free versions of StringBuilder/TextWriter.Write(int).☆30Updated 5 years ago
- .NET Reflection Made Fast and Simple ⛺☆28Updated 4 years ago
- Low-level utilities and tools for working with the CLR and memory.☆36Updated last month
- Fast Accessors for .Net☆33Updated 2 years ago
- A library for slicing and dicing arrays (without copying).☆14Updated 4 years ago
- MemoryStream with ArrayPool☆12Updated 3 years ago
- Blittable .NET structs☆16Updated 9 years ago
- Allows you to use prototypal inheritance in C#☆27Updated 5 years ago
- A .NET library that can read and write .reg files☆11Updated 3 years ago
- .NET library for working with Roslyn's syntax trees☆23Updated last week
- A plugin for LINQPad which displays compiler generated code.☆44Updated 6 years ago
- Rewrite .NET assemblies to allow referencing of two different versions☆26Updated last year
- Explorer of CultureInfo instances in .NET☆31Updated 4 years ago
- Straightforward nint and nuint native integers, written in IL, probably second best to proper compiler support. Fully functional.☆28Updated 6 years ago
- Creates fast, strongly typed delegates for accessing methods, fields and properties. The right overload is automatically chosen based on …☆22Updated 5 years ago
- Regexator is IDE for .NET regular expressions.☆18Updated 4 years ago
- MSIL Reader☆36Updated 2 years ago
- Provides a set of portable collections installable as source files via NuGet.☆26Updated 9 years ago
- GitLib.NET is a bare metal P/Invoke wrapper around libgit2 for .NET☆30Updated last month
- .NET/Mono library for multi-threading, including lock-free thread-safe collections.☆43Updated 10 years ago
- Generic C# Enum Utilities☆25Updated 2 years ago
- Directory copy/sync/mirror tool that uses file contents (not timestamps) to avoid touching identical files☆66Updated last year
- Roslyn portable (aka RoslynP) is an experimental Roslyn subset intended for use with any language, not just C# and VB supported by normal…☆14Updated 4 years ago
- A .NET library for using reflection emit in a fluent way.☆31Updated 7 months ago
- An allocation free Task-like object for async methods☆39Updated 10 months ago
- An analyzer for Non-Copyable structs.☆32Updated 2 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…☆20Updated 7 years ago
- Efficient implementations of standard .NET collection interfaces using tree data structures☆46Updated 4 years ago
- A replacement for the generic HashSet<T> that is usually faster, has more predictable memory allocations, and uses C# 7.x ref returns and…☆25Updated 6 years ago