Steven Giesel

Results 7 repositories owned by Steven Giesel

Blog

241
Stars
41
Forks
Watchers

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...

BlogExamples

32
Stars
4
Forks
Watchers

Contains all of my examples from various blog posts

tips-and-tricks

97
Stars
12
Forks
Watchers

A collection of tips and tricks with smaller code snippets and explanation.

StringBuilder

78
Stars
5
Forks
Watchers

A fast and low allocation StringBuilder for .NET.

LinqSIMDExtensions

35
Stars
0
Forks
Watchers

A LINQ-like extensions for C# that uses SIMD extensions to parallelize the operations

LINQMarbles

25
Stars
3
Forks
Watchers

LINQ Marbles is a collection of interactive diagrams for learning and experimenting with LINQ.

StringOperations

25
Stars
4
Forks
Watchers

Implementation of some known string algorithmn and data structures like: Rope, Trie, Knuth Morris Pratt, Boyer Moore, Levenshtein