Steven Giesel
Steven Giesel
Blog
A blog (engine) completely written in C# and Blazor. It aims to be a simple use and easy to extend platform. Blogposts are written in Markdown and are rendered to HTML. This gives all the flexibility...
tips-and-tricks
A collection of tips and tricks with smaller code snippets and explanation.
StringBuilder
A fast and low allocation StringBuilder for .NET.
LinqSIMDExtensions
A LINQ-like extensions for C# that uses SIMD extensions to parallelize the operations
LINQMarbles
LINQ Marbles is a collection of interactive diagrams for learning and experimenting with LINQ.
StringOperations
Implementation of some known string algorithmn and data structures like: Rope, Trie, Knuth Morris Pratt, Boyer Moore, Levenshtein