Distributed Memory implementation
Ola Fosheim Grøstad via Digitalmars-d
digitalmars-d at puremagic.com
Tue Jan 19 02:09:01 PST 2016
On Monday, 18 January 2016 at 05:59:15 UTC, tcak wrote:
> Is there anything like this in Phobos, or shall I start my own
> implementation?
It isn't really clear to me what you are trying to do. IIRC the
C++ deque is usually implemented as an array of pointers to fixed
sized memory blocks.
Is that what you are trying to achieve?
More information about the Digitalmars-d
mailing list