maxvergelli.com
The fastest algorithm in C#/VB.Net to count how many times a value is repeated in a List of items
The faster way (with the best system performance) to count how many times a particular value is repeated in a List of items, it’s like this [sourcecode language=”vb”] Const chars …