Kevin Jones???????? (@vcsjones) tweeted at 4:34 am on Sun, Aug 12, 2018:Person converted their C# code to use Span.Slice from String.Substring and the execution time went from 2+ minutes to 82ms https://t.co/FExjOvYlHh

String.Substring() seems to bottleneck this code
Introduction I have this favorite algorithm that I’ve made quite some time ago which I’m always writing and re-writing in new programming languages, platforms etc. as some sort of benchmark. Altho...