Tesla Personal Supercomputer by Nividia

Discussion in 'Automated Trading' started by LAtoLV, Mar 5, 2009.

  1. jprad

    jprad

    Exactly. Each pixel is independent.

    Which, when it comes to programming, due to instantiation, is an entirely different concept than what a dependent variable is in math.
     
    #31     May 19, 2009
  2. How is the execution time any different with your code [sic] as compared to running in a single thread?

    I suspect you do not understand the fact that running programs using multiple threads does not necessarily mean running in parallel mode.

    Learn the difference before you spew crap.
     
    #32     May 19, 2009
  3. byteme

    byteme

    The point is that the algorithm can be parallelized and easily too.

    Your contention was that it couldn't.

    Clearly, the execution of the inner loop is so trivial that it doesn't merit being parallelized but that is not the issue being debated.

    Any real-world implementation would use some kind of threshold comparison to decide whether the algorithm should be executed in serial or in parallel.
     
    #33     May 19, 2009
  4. jprad

    jprad

    It certainly will run faster on an SMP machine, which was the entire point of this side conversation to begin with.
     
    #34     May 19, 2009
  5. Geek programmers can show you how to wash your teeth while at the same time you are drinking your coffee.

    Gross...
     
    #35     May 20, 2009

  6. What's funniest is that the bottleneck in historical testing for most all these platforms is the software--not the CPU.

    Most of these platforms (all the well known ones) are obviously built by GUI developers--not real time systems developers which is who should be writing historical testing systems.

    There's only one system out there that has removed the software bottleneck properly.

    It has some other serious limitations like zero discretionary trading support and only one broker for automated trading.

    But it can process billions and billions of ticks in just several minutes on a single CPU. Plus it does mult-threading if you do an optimization on a quad core.

    But the users and writer of it are getting reclusive and secretive.
     
    #36     May 21, 2009
  7. I hesitate because even though it's fast, it only supports one symbol and only one broker for now. Although much of it is open source so if you can code you might be able to do some stuff yourself.

    The one I mentioned is tickzoom.

    Have you ever looked at TradeLink?

    It seems to have improved some in speed plus it's open source, free, and supports several brokers.
     
    #37     May 21, 2009