Click here to Skip to main content
15,887,175 members
Home / Discussions / Algorithms
   

Algorithms

 
GeneralRe: Fast Image Processing - programming language to use Pin
Alan Balkany22-Sep-09 5:12
Alan Balkany22-Sep-09 5:12 
GeneralRe: Fast Image Processing - programming language to use Pin
harold aptroot22-Sep-09 5:20
harold aptroot22-Sep-09 5:20 
GeneralRe: Fast Image Processing - programming language to use Pin
Tim Craig22-Sep-09 13:00
Tim Craig22-Sep-09 13:00 
GeneralRe: Fast Image Processing - programming language to use Pin
Alan Balkany23-Sep-09 3:19
Alan Balkany23-Sep-09 3:19 
GeneralRe: Fast Image Processing - programming language to use Pin
Tim Craig23-Sep-09 8:53
Tim Craig23-Sep-09 8:53 
GeneralRe: Fast Image Processing - programming language to use [modified] Pin
Amarnath S21-Sep-09 19:15
professionalAmarnath S21-Sep-09 19:15 
GeneralRe: Fast Image Processing - programming language to use Pin
Alan Balkany22-Sep-09 5:15
Alan Balkany22-Sep-09 5:15 
GeneralRe: Fast Image Processing - programming language to use Pin
Luc Pattyn22-Sep-09 5:35
sitebuilderLuc Pattyn22-Sep-09 5:35 
Alan Balkany wrote:
It's an interpreted language, with bytecodes being executed by a software virtual machine


That of course is highly debatable. Both Java and C# compile to an intermediate language, which is then compiled to and stored and executed as native code (at "run-time", which actually means just before it runs, so not really different from "at build-time" except that it adds to your app's start-u[ time). An interpreter would never generate native code.

Whether the end result is worse, equal or better performance-wise is mainly determined by the amount of effort they have chosen to spend in the compiler and virtual machine. After all, the intermediate code, containing a lot of meta information, is a perfect representation of the original source code.

BTW: most/all regular compilers also have a front-end dealing with the source language, and a back-end generating the final instructions. With the two parts communicating through a rather language-agnostic internal representation of the source; that basically is what bytecode and IL also are.

Smile | :)

Luc Pattyn

Have a look at my entry for the lean-and-mean competition; please provide comments, feedback, discussion, and don’t forget to vote for it! Thank you.

Local announcement (Antwerp region): Lange Wapper? Neen!


GeneralRe: Fast Image Processing - programming language to use Pin
CPallini24-Sep-09 21:12
mveCPallini24-Sep-09 21:12 
GeneralRe: Fast Image Processing - programming language to use Pin
Nagy Vilmos24-Sep-09 21:46
professionalNagy Vilmos24-Sep-09 21:46 
GeneralRe: Fast Image Processing - programming language to use Pin
CPallini24-Sep-09 21:57
mveCPallini24-Sep-09 21:57 
GeneralRe: Fast Image Processing - programming language to use Pin
Luc Pattyn25-Sep-09 2:59
sitebuilderLuc Pattyn25-Sep-09 2:59 
GeneralRe: Fast Image Processing - programming language to use [modified] Pin
CPallini25-Sep-09 9:28
mveCPallini25-Sep-09 9:28 
AnswerRe: Fast Image Processing - programming language to use Pin
Chris Losinger24-Oct-09 10:50
professionalChris Losinger24-Oct-09 10:50 
AnswerRe: Fast Image Processing - programming language to use Pin
novice__geek30-Oct-09 0:13
novice__geek30-Oct-09 0:13 
GeneralPagerank and its mathematics: Explanation needed Pin
kentipsy20-Sep-09 8:24
kentipsy20-Sep-09 8:24 
GeneralRe: Pagerank and its mathematics: Explanation needed Pin
Richard MacCutchan20-Sep-09 9:41
mveRichard MacCutchan20-Sep-09 9:41 
QuestionHow to manage a share buf array? Pin
donniehan18-Sep-09 0:04
donniehan18-Sep-09 0:04 
AnswerRe: How to manage a share buf array? Pin
Luc Pattyn18-Sep-09 2:32
sitebuilderLuc Pattyn18-Sep-09 2:32 
GeneralRe: How to manage a share buf array? Pin
donniehan18-Sep-09 4:06
donniehan18-Sep-09 4:06 
GeneralRe: How to manage a share buf array? Pin
Luc Pattyn18-Sep-09 4:15
sitebuilderLuc Pattyn18-Sep-09 4:15 
GeneralRe: How to manage a share buf array? Pin
donniehan18-Sep-09 13:43
donniehan18-Sep-09 13:43 
GeneralRe: How to manage a share buf array? Pin
Luc Pattyn18-Sep-09 14:48
sitebuilderLuc Pattyn18-Sep-09 14:48 
GeneralRe: How to manage a share buf array? Pin
donniehan20-Sep-09 18:03
donniehan20-Sep-09 18:03 
GeneralRe: How to manage a share buf array? [modified] Pin
Luc Pattyn21-Sep-09 1:17
sitebuilderLuc Pattyn21-Sep-09 1:17 

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.