Discussion about D at a C++ forum

dsimcha dsimcha at yahoo.com
Mon Jan 9 06:28:11 PST 2012


On 1/9/2012 2:56 AM, Gour wrote:
> On Sun, 08 Jan 2012 19:26:15 -0500
> dsimcha<dsimcha at yahoo.com>  wrote:
>
>> As someone who does performance-critical scientific work in D, this
>> comment is absolutely **wrong** because you only need to avoid the GC
>> in the most performance-critical/realtime parts of your code, i.e.
>> where you should be avoiding any dynamic allocation, GC or not.
>
> Considering we'd need to do some work for our project involving number
> crunching in the form of producing several libs to be (later) used by
> GUI part of the app, I'm curious to know do you use ncurses or just
> plain console output for your UI?

Pure command line/console.



More information about the Digitalmars-d mailing list