.Net Dictionary out of memory exception at around 6,000,000 entries
I am using a Dictionary<Int,Int> to store the frequency of colors in an image, where the key is the the color (as an int), and the value is the number of times the color has been found in the image.