I'm working on something related to rudeness. The project uses many operations and manipulations. I use string operations as a stop measure for the install operation. It worked fine until we needed to process some unholy amount of data (500,000 records with approximately 40 columns each) through the algorithm.
I know that there is no established data structure in .net 2.0 (2.0 was the last when I started the project). I want to know if there is any library that offers a quick installation operation in .net C #, or if 3.5 added a built-in data structure.
Thanks.
source share