[Solved] Optimize parsing more and more…. in C# [closed]
There’s nothing more you can optimize there. And I doubt that THIS is the slowest place in your program. However your null-values are a bit odd. -999 for numbers? DateTime.Now for a DateTime? Are you sure that won’t cause problems in other code? Those are pretty normal values which means that other code won’t be … Read more