Walter's DConf 2014 Talks - Topics in Finance

Paulo Pinto pjmlp at progtools.org
Sat Mar 22 00:30:02 PDT 2014


Am 22.03.2014 06:58, schrieb deadalnix:
> On Saturday, 22 March 2014 at 01:24:38 UTC, Walter Bright wrote:
>> On 3/21/2014 5:39 PM, bearophile wrote:
>>> That code must always be hard-real time. So a GC is allowed only
>>> during startup
>>> time (unless it's a quite special GC), hidden heap allocations are
>>> forbidden,
>>> data access patterns need to be carefully chosen, you even have to
>>> use most of
>>> the hot part of the stack, etc.
>>
>> These are all very doable in D, and I've written apps that do so. The
>> "fear of GC" is completely overblown.
>>
>
> Fear of GC is overblown. Fear of D's GC isn't.

Yes, as there are a few  high performance trading systems done with 
JVM/.NET languages.

--
Paulo


More information about the Digitalmars-d mailing list