Am 25.01.2007 um 21:31 schrieb Frank Condello:

On 25-Jan-07, at 3:07 PM, Charles Yeomans wrote:

Although your Rb code will be running slowly while you're still looking for that elusive double free error in your C code.

I won't argue that RB is easier, faster to debug, and generally safer (that's why I use RB) but to get RB code running at a speed approaching optimized C you'll have to pull out all the stops - duplicate code (inlining), bigger code (unrolling), and pointers, which are just as dangerous as their C counterparts.

In general, I would confirm, that RB makes it simple to code stable apps.

Making apps fast, can be - as seen in a specific project - a very
challenging task.


_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to