Similar to #1458. In the following sequential pipeline: ```r library(targets) list( tar_target(datasets, seq_len(1e5), memory = "persistent"), tar_target(models, datasets, pattern = map(datasets), retrieval = "main") ) ``` `proffer::pprof(tar_make(callr_function = NULL))` takes 2.4 minutes and shows: 