Changes between Version 1 and Version 2 of EfficiencyConsiderations


Ignore:
Timestamp:
Sep 20, 2005, 5:37:13 PM (18 years ago)
Author:
ole
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • EfficiencyConsiderations

    v1 v2  
    22
    33Edgefluxes are currently computed twice (f01 = -f10)
    4 (This was fixed by Matt Hardy in June 2005 - see Changeset:1508)
     4(This was fixed by Matt Hardy in June 2005 - see changeset:1508)
    55
    66Increase Timesteps (Implicit techniques?)
    77
    88Optimise creation and importing of domains (C-code and caching) 
    9 (Caching was incorporated by Ole 24 August 2005 - see Changeset:1753)
     9(Caching was incorporated by Ole 24 August 2005 - see changeset:1753)
    1010
    1111Caching needs optional arguments: bypass_args and bypass_kwargs.
    1212These should be passed onto the function when it is evaluated but not participate in the hashing.
    1313Rationale: Some arguments such as classes change their signature at every run and thus cause the functin to be evaluated every time, defeating the purpose of caching.
    14 See Ticket ??
     14See ticket:14
    1515
    1616