Humble benchmark (fisher's exact test)

Bienlein ffm2002 at web.de
Tue Aug 24 11:07:09 UTC 2021


On Monday, 23 August 2021 at 22:06:39 UTC, bachmeier wrote:
> On Monday, 23 August 2021 at 17:35:59 UTC, russhy wrote:
>
>> JIT isn't something you want if you need fast execution time
>
> ?
>
> I suppose they spent all those hours writing their JIT 
> compilers because they had nothing else to do with their time.

JIT is a very good compromise for programming languages that are 
intended for application development and also server side 
development.

C# makes it very easy to call C functions, the Java people are 
also working on making calls to C functions easy.

For application development using a jitter and moving performance 
intensive features into C programs is an approach that has shown 
to work well already in the old times about 20 years ago when 
Smalltalk had a time where it was doing commercially well.


More information about the Digitalmars-d mailing list