String comparison in dotnet framework 4

后端 未结 3 1162
情书的邮戳
情书的邮戳 2021-01-18 15:03

I will explain my problem(excuse my bad English), I have a .NET exe in which every milliseconds of processing is very important.

This program does lots of string co

3条回答
  •  星月不相逢
    2021-01-18 15:39

    I cannot answer on your specific .NET 4 speed issue.

    However you'd probably gain much more speed by improving your algo. Check out the Rabin-Karp string search algo.

提交回复
热议问题