Poll: Primary D version
Sean Kelly
sean at invisibleduck.org
Sat May 22 19:58:35 PDT 2010
Andrei Alexandrescu Wrote:
>
> It all depends on what the largest payload is. One of my apps' largest
> structures was a hash, which was almost twice as large in the 64-bit
> version.
It's always possible to trim down the bits used for a pointer inside a data structure if the savings really matters. Doing so can create some really interesting bugs though.
More information about the Digitalmars-d
mailing list