Skip to content

bottleneck in file_info_runtime_select() #1398

@wlandau

Description

@wlandau

With:

# _targets.R file
library(targets)
list(
  tar_target(x, seq_len(1e4)),
  tar_target(y, x, pattern = map(x))
)

and:

# R console
tar_make()
proffer::pprof(tar_outdated(callr_function = NULL))

I see:

Screenshot 2024-12-12 at 9 31 28 AM

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions