Results 1 to 5 of 5

Thread: Fast Programming Language

  1. #1

    Thread Starter
    Frenzied Member TheBigB's Avatar
    Join Date
    Mar 2006
    Location
    *Stack Trace*
    Posts
    1,511

    Fast Programming Language

    Hey there,

    I'd like to know what you would find the fastest language in terms of looping and GDI calls.

    Thing is, for a school project I want to write a motion detection application, and it has to be quick to keep up with the frames.

    Also if you have links for optimizing code speed, that would be very helpful.

    And please don't turn this into a language war...

    Thanks
    Delete it. They just clutter threads anyway.

  2. #2
    Fanatic Member CodedFire's Avatar
    Join Date
    Aug 2007
    Location
    In Cog Neato
    Posts
    568

    Re: Fast Programming Language

    anything that is compiled would be similar in speed. Its really all about your implementation of the source code. I suppose C++ would be a good start.
    Languages: Visual Basic 05/08, C# 08
    IDE: Express Editions
    Framework: 2.0, 3.0, 3.5


    Lesson 5: Don't take domestic advice from perpetual singles. - Mendhak

  3. #3
    Hyperactive Member
    Join Date
    Jun 2007
    Posts
    280

    Re: Fast Programming Language

    Assebler would be my choice for speed. However if you don't know how to use it properly you might as well be writing in Logo. Not to mention the added time to the development cycle. C++ would be the next choice, slower in execution but if you are not familiar you can end up with some very slow code and an extremely long development cycle. If you are familiar with any of the web languages or VB then that would be your best bet.

    Depending on your required resolution and frame rate they should all be able to do it. I have seen a webpage with four cams running fine and it was written with a combination of HTML and Javascript. It worked fine so the choice is really yours.
    Slower than a crippled Vista
    More buggy than a fresh XP install
    Look! Down the road, some 50 miles behind the drunken snail.
    It's Ubuntu!

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Fast Programming Language

    Assembler would be my choice as well, with C++ being the second choice.

  5. #5
    PowerPoster JuggaloBrotha's Avatar
    Join Date
    Sep 2005
    Location
    Lansing, MI; USA
    Posts
    4,286

    Re: Fast Programming Language

    If you don't know Assembler or C and you're wanting something that can be made an ran on multiple platforms you could write it in Java
    Currently using VS 2015 Enterprise on Win10 Enterprise x64.

    CodeBank: All ThreadsColors ComboBoxFading & Gradient FormMoveItemListBox/MoveItemListViewMultilineListBoxMenuButtonToolStripCheckBoxStart with Windows

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