FASTER Than IndexOf Or Total Flop? - Benchmarking in C# DotNet
May 18, 2023
• 290 views
c#.netc# tutorialdotnetdotnet coredotnet core tutorialdotnet core c#c# dotnet corec# programminglearn c#csharphow to codecode examplesC# optimizationC# code optimizationC# spansspans in C#C# ReadOnlySequenceC# stream optimizationsc# speedindexofindexof C#C# indexof arrayC# indexof stringahocorasickaho corasickC# ahocorasickC# aho corasickC# string searchC# array searchC# index ofC# find in arrayC# benchmark
This isn't exactly the video I wanted to provide you folks but... I think it's still worth sharing! In this video, I examine an implementation of the Aho-Corasick algorithm and compare it with the IndexOf() method in C#. But there's a catch to my benchmarks... Let's find out!
