Skip to content

Is there still a use for drake in "hasty" mode? #6

@wlandau

Description

@wlandau

I came across your article recently, and I was delighted to see more work on DAG-based data processing pipelines in R. I am sorry drake's functionality was inadequate at the time. Working to reduce overhead is a long term effort, and our latest attempt is a new "hasty" mode (PR, documentation). It sacrifices some of drake's core reproducibility features, but it makes data processing much faster.

cache <- storr::storr_environment() # for slightly faster preprocessing
make(plan, cache = cache, parallelism = "hasty", jobs = 8)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions