Changeset 1827


Ignore:
Timestamp:
Sep 13, 2005, 11:50:39 AM (19 years ago)
Author:
ole
Message:

Note about caching with class arguments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/wiki/future_directions.txt

    r1823 r1827  
    105105
    106106Optimise creation and importing of domains (C-code and caching)  (Ole)
     107Caching needs optional arguments: bypass_args and bypass_kwargs.
     108These should be passed onto the function when it is evaluated but not participate in the hashing.
     109Rationale: 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.
     110
    107111
    108112
Note: See TracChangeset for help on using the changeset viewer.