Opened 19 years ago
Closed 13 years ago
#14 closed defect (wontfix)
Bypass arguments for caching
Reported by: | ole | Owned by: | ole |
---|---|---|---|
Priority: | low | Milestone: | AnuGA ready for release |
Component: | Functionality and features | Version: | |
Severity: | minor | Keywords: | caching, efficiency |
Cc: |
Description
Caching needs optional arguments: bypass_args and bypass_kwargs. These should be passed onto the function when it is evaluated but not participate in the hashing. Rationale: 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.
Change History (4)
comment:1 Changed 19 years ago by ole
- Status changed from new to assigned
comment:2 Changed 19 years ago by ole
- Component changed from Compilation and installation to Functionality and features
comment:3 Changed 18 years ago by anonymous
- Priority changed from normal to low
comment:4 Changed 13 years ago by habili
- Resolution set to wontfix
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.