High Performance C#
The example implementation of finding a “marker” in a string of characters. The author started with a naive approach and then optimized it. I like reading such optimization stories where engineers profile and optimize their code. Of course, real stories from tech trenches are a lot more interesting, but this one is short and might be helpful for someone.
Just remember: profile first, then optimize if needed.
https://www.wolfpackit.nl/en/blog/advent-of-code-at-wolfpack-high-performance-c/
#performance
Post #2525
833