I'm working in C# to make a very large table to provide me with constant time lookup of entries. I'm wondering if the size of my table could make that constant time lookup worse and worse. Would this be different in an unmanaged language like C++, or is this really just asking how fast can we access any location in our ram (since that table doesn't have to be contiguous in ram)?
Start Free Trial