paragui-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [paragui-users] searching: democratically organized order; will also


From: Mark Junker
Subject: Re: [paragui-users] searching: democratically organized order; will also take dictatorship :)
Date: 05 Sep 2003 17:52:00 +0100
User-agent: OpenXP/32 v3.8.8 (Win32) beta

> However, in the long run i expect such contributions (from me) to be in
> Lua instead of C++. That is, you can extend things in both worlds and
> at least for me the scripting is often faster & more efficient
> (coding-wise, not performance-wise!).
Yes, I know what you mean. However, sometimes it's really difficult to use  
Lua when memory is expensive.

Most of my programs are written in a way that memory will be allocated during  
the first run of its task list and will never be freed because the buffers  
will be automatically reused on the next run.

This reduces memory fragmentation and some kind of GC is never needed.

However, it's very difficult to write applications that way and sometimes it  
isn't possible to do so for some parts of it.

Regards,
Mark Junker




reply via email to

[Prev in Thread] Current Thread [Next in Thread]