On Tue, Nov 4, 2008 at 1:36 PM, Saaa <empty at needmail.com> wrote: > erm, so what would be the best way to get a large array? > which is also fast. A large 2D array that is fast? Write it yourself. It's not terribly hard; it'd just be a templated struct with overloaded opIndex and opIndexAssign.