Re: Lua and Euphoria
- Posted by DerekParnell (admin) Nov 18, 2011
- 1640 views
Euphoric_Kid said...
My last question about Euphoria. Do Euphoria create memory efficient programs????
Not really, but that depends on what you mean by memory efficient. In general, Euphoria trades memory for speed, meaning that is uses more than the minimum memory it could but by doing that it gains a lot of speed advantages.
On today's computers, memory is not expensive and most computers have RAM to burn.