I'm writing a component that use datatables to store mostly key / value pairs. The value is an object, another class in the component actually. The key is a string. Should I look into using arrays or hashtables instead of datatables to save memory? Input is appreciated.