[OT] Re: Why don't you advertise more your language on Quora etc ?
Rico Decho via Digitalmars-d
digitalmars-d at puremagic.com
Mon Mar 6 06:59:53 PST 2017
> void loop() {
> // code
> }
>
> void loadLevel() {
> import core.memory : GC;
> GC.disable();
> while(stuff)
> loop();
> GC.collect();
> }
>
> Also see EMSI containers for no gc containers with
> deterministic destruction
> https://github.com/economicmodeling/containers
Thanks for mentioning the containers, that's exactly what I
needed !
Then I think it's worth trying...
This week end I'll try to generate the D wrapper for Urho3D and
test how to load some scene resources in the background.
More information about the Digitalmars-d
mailing list