Hi guys,
I’m working on a case with alot of data. At the moment my program has around 1.5milioen itterations.
In order for descrease the time of this program i need to get rid of some clustered loops i have at the moment. One of the most commen once is itterating trough a List to find an item which contains a specific value. Some are List of strings some Integers. But i always work with a for each loop to find it. And it slows my proces down alot.
Any ideas or suggestions how to do this quicker in vb.net?
Kind Regards,
JR