Looking for a Lua alternative

solidstate1991 laszloszeremi at outlook.com
Sun Dec 17 21:17:14 UTC 2023


On Thursday, 14 December 2023 at 15:44:21 UTC, IGotD- wrote:
> Which has GC (reference counting/tracing hybrid) and yet it is 
> used in video games. If D can improve the GC implementation it 
> will be suitable for games as well.

GC isn't as evil as people make it out to be. Using the same 
tactical preallocation methods that are recommended for real-time 
applications in general fixes most of the issues people have with 
the GC. Now only if we had a way to run this GC on a background 
thread...


More information about the Digitalmars-d mailing list