Results 1 to 3 of 3

Thread: are C++ programs significantly faster than high level languages?

  1. #1

    Thread Starter
    Member NTShpikho's Avatar
    Join Date
    Oct 2023
    Posts
    41

    are C++ programs significantly faster than high level languages?

    I keep hearing this.
    C++ programs being 100 or 1000 times faster.

    it doesn't make sense because shouldn't the higher level languages do some pre compile porting or something to tap into this speed?

    this goes back to terminator movies using low level languages.
    it makes regular languages feel like a cope!

    is it true tho? are there work arounds or is porting the only way?
    down that coffee slug

  2. #2
    PowerPoster PlausiblyDamp's Avatar
    Join Date
    Dec 2016
    Location
    Pontypool, Wales
    Posts
    2,710

    Re: are C++ programs significantly faster than high level languages?

    If you look at something like https://hotforknowledge.com/2024/01/...ation-journey/ which I am sure came up on these forums in the past, then you can see c# an certainly perform well. A pure c++ https://simontoth.substack.com/p/dai...dRedirect=true version is probably faster, but does it make a big enough difference to switch languages?

    No idea how well vb6 / tb would measure up.

  3. #3

    Thread Starter
    Member NTShpikho's Avatar
    Join Date
    Oct 2023
    Posts
    41

    Re: are C++ programs significantly faster than high level languages?

    well, it would certainly make a difference for image recognition which runs a lot of code lines.

    faster is always better, but it's a shame there are no work arounds built in for higher level languages.
    down that coffee slug

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width