Click here to Skip to main content
15,886,545 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionWhy .NET CLR so slow compared to JVM or Dart or V8 ? Call for help Pin
Antonino Porcino30-Aug-14 5:07
Antonino Porcino30-Aug-14 5:07 
AnswerRe: Why .NET CLR so slow compared to JVM or Dart or V8 ? Call for help Pin
Dave Kreskowiak30-Aug-14 6:10
mveDave Kreskowiak30-Aug-14 6:10 
GeneralRe: Why .NET CLR so slow compared to JVM or Dart or V8 ? Call for help Pin
Antonino Porcino30-Aug-14 6:51
Antonino Porcino30-Aug-14 6:51 
GeneralRe: Why .NET CLR so slow compared to JVM or Dart or V8 ? Call for help Pin
Dave Kreskowiak30-Aug-14 6:53
mveDave Kreskowiak30-Aug-14 6:53 
AnswerRe: Why .NET CLR so slow compared to JVM or Dart or V8 ? Call for help Pin
Eddy Vluggen30-Aug-14 7:21
professionalEddy Vluggen30-Aug-14 7:21 
GeneralRe: Why .NET CLR so slow compared to JVM or Dart or V8 ? Call for help Pin
Antonino Porcino30-Aug-14 8:36
Antonino Porcino30-Aug-14 8:36 
GeneralRe: Why .NET CLR so slow compared to JVM or Dart or V8 ? Call for help Pin
Eddy Vluggen31-Aug-14 2:08
professionalEddy Vluggen31-Aug-14 2:08 
GeneralRe: Why .NET CLR so slow compared to JVM or Dart or V8 ? Call for help Pin
Antonino Porcino31-Aug-14 2:58
Antonino Porcino31-Aug-14 2:58 
Eddy Vluggen wrote:
Enough to make quite a difference.

By commenting out the RenderPixel() call like this
C#
//Color c = RenderPixel(x, y);
Color c = new Color(255,23,75,193);

execution time is only 2 seconds, meaning that most of the time (38 secs) is spent in calculating, not in graphics. So graphic is only 5%.
GeneralRe: Why .NET CLR so slow compared to JVM or Dart or V8 ? Call for help Pin
Eddy Vluggen31-Aug-14 5:22
professionalEddy Vluggen31-Aug-14 5:22 
GeneralRe: Why .NET CLR so slow compared to JVM or Dart or V8 ? Call for help Pin
Antonino Porcino31-Aug-14 6:37
Antonino Porcino31-Aug-14 6:37 
GeneralRe: Why .NET CLR so slow compared to JVM or Dart or V8 ? Call for help Pin
Eddy Vluggen31-Aug-14 6:51
professionalEddy Vluggen31-Aug-14 6:51 
AnswerRe: Why .NET CLR so slow compared to JVM or Dart or V8 ? Call for help Pin
Pete O'Hanlon30-Aug-14 11:41
mvePete O'Hanlon30-Aug-14 11:41 
AnswerRe: Why .NET CLR so slow compared to JVM or Dart or V8 ? Call for help Pin
Pete O'Hanlon31-Aug-14 7:43
mvePete O'Hanlon31-Aug-14 7:43 
GeneralRe: Why .NET CLR so slow compared to JVM or Dart or V8 ? Call for help Pin
Antonino Porcino31-Aug-14 21:37
Antonino Porcino31-Aug-14 21:37 
GeneralRe: Why .NET CLR so slow compared to JVM or Dart or V8 ? Call for help Pin
Eddy Vluggen1-Sep-14 0:30
professionalEddy Vluggen1-Sep-14 0:30 
GeneralRe: Why .NET CLR so slow compared to JVM or Dart or V8 ? Call for help Pin
Antonino Porcino1-Sep-14 2:20
Antonino Porcino1-Sep-14 2:20 
GeneralRe: Why .NET CLR so slow compared to JVM or Dart or V8 ? Call for help Pin
Eddy Vluggen1-Sep-14 7:40
professionalEddy Vluggen1-Sep-14 7:40 
GeneralRe: Why .NET CLR so slow compared to JVM or Dart or V8 ? Call for help Pin
Antonino Porcino1-Sep-14 8:49
Antonino Porcino1-Sep-14 8:49 
AnswerRe: Why .NET CLR so slow compared to JVM or Dart or V8 ? Call for help Pin
Rob Philpott1-Sep-14 6:45
Rob Philpott1-Sep-14 6:45 
GeneralRe: Why .NET CLR so slow compared to JVM or Dart or V8 ? Call for help Pin
Antonino Porcino1-Sep-14 8:47
Antonino Porcino1-Sep-14 8:47 
GeneralRe: Why .NET CLR so slow compared to JVM or Dart or V8 ? Call for help Pin
Pete O'Hanlon1-Sep-14 9:40
mvePete O'Hanlon1-Sep-14 9:40 
AnswerRe: Why .NET CLR so slow compared to JVM or Dart or V8 ? Call for help Pin
Pete O'Hanlon1-Sep-14 7:38
mvePete O'Hanlon1-Sep-14 7:38 
GeneralRe: Why .NET CLR so slow compared to JVM or Dart or V8 ? Call for help Pin
Antonino Porcino1-Sep-14 21:47
Antonino Porcino1-Sep-14 21:47 
GeneralRe: Why .NET CLR so slow compared to JVM or Dart or V8 ? Call for help Pin
Pete O'Hanlon1-Sep-14 22:03
mvePete O'Hanlon1-Sep-14 22:03 
GeneralRe: Why .NET CLR so slow compared to JVM or Dart or V8 ? Call for help Pin
Antonino Porcino2-Sep-14 0:19
Antonino Porcino2-Sep-14 0:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.