I have requirement to build lookup table. I use Dictionary It s contain 45M long and 45M int . long as key and int as value . the size of collection is (45M*12) where long is 8 byte and int is 4 byte The size about 515 Mbyte . But in fact the size of process is 1.3 Gbyte . The process contains only this lookup table. Mat be, is there alternative to Dictionary ??
Thx 十进