Re: memory leaks and colors
- Posted by mattlewis (admin) Feb 10, 2013
- 1600 views
SDPringle said...
These kinds of things can be avoided largely by writing the majority of code in EUPHORIA, rather than trying to make every thing that can be done in EUPHORIA as a builtin or via C-call/interface. Although the lack of former structures is a big problem for using accidentally the wrong member value offset in the wrong structure.
That's true, but the new build-in sequence functions can result in really big performance gains vs euphoria-only solutions.
Matt