Speeding up a search .net 4.0
- by user231465
Wondering if I can speed up the search.
I need to build a functionality that has to be used by many UI screens
The one I have got works but I need to make sure I am implementing a fast algoritim if you like
It's like an incremental search.
User types a word to search for eg
const string searchFor = "Guinea";
const char…