Team:BCCS-Bristol/Modeling/Performance
From 2009.igem.org
(Difference between revisions)
(→Performance) |
(→Performance) |
||
Line 6: | Line 6: | ||
The last year simulator takes too much time before adding this year features.<br\> | The last year simulator takes too much time before adding this year features.<br\> | ||
So, we are working around the main performance problem: | So, we are working around the main performance problem: | ||
- | *Force Matrix | + | *[https://static.igem.org/mediawiki/2009/7/7a/Matrix.jpg Force Matrix] |
**Static | **Static | ||
***Every time a new memory allocation? | ***Every time a new memory allocation? |
Revision as of 15:01, 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?