rvhuang / kmp-algorithmLinks
The Most Complete .NET/C# Implementation of Knuth–Morris–Pratt Algorithm
☆27Updated 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:
- Allocation-free string-like type, string interning cache and allocation-free versions of StringBuilder/TextWriter.Write(int).☆30Updated 5 years ago
- An alternative to LinkedList<T> with reverse operation and enumeration without allocation.☆17Updated 2 years ago
- A library for slicing and dicing arrays (without copying).☆14Updated 4 years ago
- Utilizes System.Reflection.Metadata to read type information very fast and without locking assembly files.☆32Updated 4 years ago
- This library provides fast, lightweight and low-level memory allocators for .NET (e.g TLSF)☆40Updated last year
- Antlr4Ast is a .NET library that provides a parser and abstract syntax tree (AST) for ANTLR4/g4 files.☆54Updated last year
- A .NET library for using reflection emit in a fluent way.☆33Updated 11 months ago
- Low-level utilities and tools for working with the CLR and memory.☆37Updated last month
- Allows you to use prototypal inheritance in C#☆27Updated 5 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
- MSIL Reader☆36Updated 2 years ago
- Linq for Span<T> using SourceGenerators☆54Updated 4 years ago
- .NET library that aims to provide faster usage of C# reflection features. Especially the usage of constructor and members accessors (get/…☆57Updated last year
- Read & edit .sln solution files with various tools: .Subsln files, Visual Studio plugin, command line tool & .NET libraries.☆27Updated 2 years ago
- dotnet watch we always wanted☆102Updated 3 years ago
- A plugin for LINQPad which displays compiler generated code.☆44Updated 6 years ago
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆72Updated 2 years ago
- .NET Serializer testing framework☆76Updated 2 years ago
- Playground for testing msbuild in a "server" mode☆16Updated last year
- On the fly disassemble C# code based on JitDasm☆129Updated 5 years ago
- An allocation free Task-like object for async methods☆40Updated last year
- SharpNng is a lightweight low-level managed wrapper around the Lightweight Messaging Library NNG☆46Updated 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
- A fork of https://difflib.codeplex.com/☆16Updated 9 years ago
- Implementation for pooled in-memory streams for .NET☆39Updated last year
- Merges the referenced types of local dependencies as private types into the target assembly, and removes the references to the local depe…☆37Updated 10 months ago
- Fast Accessors for .Net☆33Updated 2 years ago
- A light-weight, performant interval tree in C#☆31Updated 5 months ago
- Extension methods that convert to and from Base64 strings with fewer memory allocations.☆13Updated 3 years ago
- C# code generator based on the Roslyn API☆32Updated 11 years ago