Ticket #1359 (closed: fixed)
EventWorkspace: Implement Most Recently Used histogram list
Reported by: | Janik Zikovsky | Owned by: | Janik Zikovsky |
---|---|---|---|
Priority: | major | Milestone: | Iteration 24 |
Component: | Keywords: | event | |
Cc: | pf9@… | Blocked By: | |
Blocking: | Tester: | Peter Peterson |
Description
Hold a list of the N most recently accessed histograms in a cache. Clear the older histograms (free up the memory) as they fall off the end of the cache queue.
Change History
comment:2 Changed 10 years ago by Russell Taylor
We have a most-recently-used list implemented in the file DataObjects/inc/MantidDataObjects/AbsManagedWorkspace2D.h You should re-use that code if possible (it's currently an inner class, but doesn't have to stay that way).
comment:9 Changed 10 years ago by Janik Zikovsky
- Status changed from accepted to testing
- Resolution set to fixed
comment:10 Changed 10 years ago by Nick Draper
- Status changed from testing to verify
Moved to verify state
comment:11 Changed 10 years ago by Peter Peterson
- Status changed from verify to verifying
- Tester set to Peter Peterson
comment:12 Changed 10 years ago by Peter Peterson
- Status changed from verifying to closed
This works.
comment:13 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 2206
Note: See
TracTickets for help on using
tickets.