Limit memory during calcMedian
Closed this issue · 1 comments
Livia-Rasp commented
High memory usage, about 5 times higher than the actual input data, during the usage of calcMedians.
This is probably because of temporary copies of the data matrix and could probably be avoided using data.table.
Livia-Rasp commented
This is probably also an issue during other calculations