User bio
404 bio not found
Member since Nov 4, 2020
Posts:
Replies:
Bob,
You are getting 0ms because you did not start the StopWatch :)
Can you please add that to your code and test it at your end?
var watch = new System.Diagnostics.Stopwatch();
watch.Start();
Thanks for the quick response.
Yes, data structure is different and I was running over the network. Let me remove those variables and run few more tests.
I will get back to you soon.
Certifications & Credly badges:
Vikram has no Certifications & Credly badges yet.
Global Masters badges:
Vikram has no Global Masters badges yet.
Followers:
Vikram has no followers yet.
Following:
Vikram has not followed anybody yet.
Even your exact code is taking close to 3.5 seconds for me. I am running the code remotely compare to your localhost.