Team:BCCS-Bristol/Modeling/Performance

From 2009.igem.org

(Difference between revisions)
(New page: {{:Team:BCCS-Bristol/Header}} ==Performance==)
(Performance)
Line 2: Line 2:
==Performance==
==Performance==
 +
 +
The priority in the modeling field is to create a simulator that takes few time to make a simulation.<br\>
 +
The last year simulator takes too much time before adding this year features.<br\>
 +
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"

Revision as of 14:47, 16 July 2009

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"