shulerent.com
.NET multiple dictionaries with the same keys memory usage
I need to create some objects that will allow me to access columnar data by header name. The access looks something like this: class ParentObj { string[] columnNames; ChildObj[] Children; } class C…