std.functional.memoize : thread local or __gshared memoization?
Kagamin via Digitalmars-d
digitalmars-d at puremagic.com
Tue May 30 12:00:12 PDT 2017
On Saturday, 27 May 2017 at 16:27:46 UTC, Ola Fosheim Grøstad
wrote:
> If the semantics in C is that everything is typed shared then
> it should also be treated as such when D interfaces with C and
> C like type-semantics.
Then you would need to laboriously mark everything related to C
as shared, which would be quite different from C workflow.
More information about the Digitalmars-d
mailing list