Team:BCCS-Bristol/Modeling/Performance
From 2009.igem.org
(Difference between revisions)
(→Performance) |
(→Performance) |
||
Line 13: | Line 13: | ||
*getReactionForce | *getReactionForce | ||
**too much "if and else" | **too much "if and else" | ||
+ | ---- | ||
+ | *Potential function | ||
+ | **pre-calculated function? |
Revision as of 14:48, 16 July 2009
BCCS-Bristol
iGEM 2009
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?
- Static
- getReactionForce
- too much "if and else"
- Potential function
- pre-calculated function?