Team:BCCS-Bristol/Modeling/Performance

From 2009.igem.org

Revision as of 14:47, 16 July 2009 by Mattia.fazzini (Talk | contribs)

BCCS-Bristol
iGEM 2009

Performance

The priority in the modeling field is to create a simulator that takes few time to make a simulation.
The last year simulator takes too much time before adding this year features.
So, we are working around the main performance problem:

  • Force Matrix
    • Static
      • Every time a new memory allocation?
      • Better using a Vector?

  • getReactionForce
    • too much "if and else"