Ticket #1957 (closed: fixed)
FilterByLogValue: when filtering in-place, avoid making a copy of the data.
Reported by: | Janik Zikovsky | Owned by: | Janik Zikovsky |
---|---|---|---|
Priority: | major | Milestone: | Iteration 26 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Peter Peterson |
Description
The current implementation requires creating a second workspace which overwrites the first one = double the memory usage, though temporarily.
This will require a filterInPlace() function or the like in EventList, to replace the splitByTime() functions which only works with different outputs.
Change History
comment:2 Changed 10 years ago by Janik Zikovsky
- Status changed from accepted to verify
- Resolution set to fixed
comment:3 Changed 10 years ago by Peter Peterson
- Status changed from verify to verifying
- Tester set to Peter Peterson
Note: See
TracTickets for help on using
tickets.