How are 2D static arrays allocated?

Jarrett Billingsley jarrett.billingsley at gmail.com
Tue Nov 4 13:30:14 PST 2008


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.


More information about the Digitalmars-d-learn mailing list