Opened 20 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 20 years ago by
Status: | new → assigned |
---|
comment:2 Changed 20 years ago by
Component: | Compilation and installation → Functionality and features |
---|
comment:3 Changed 19 years ago by
Priority: | normal → low |
---|
comment:4 Changed 13 years ago by
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.