Challenge: Find the slow down-answer

added by DotNetKicks
12/16/2021 4:37:35 PM

275 Views

I asked about a slow piece of code and why it is so slow. The answer is pretty simple, I messed up, take a look at this piece of code: When the Value is an int, I'm creating a span from the address of a long variable (initialized to zero).


0 comments