Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about parallelizing plyr #308

Open
jarbet opened this issue May 7, 2024 · 0 comments
Open

Question about parallelizing plyr #308

jarbet opened this issue May 7, 2024 · 0 comments

Comments

@jarbet
Copy link

jarbet commented May 7, 2024

I want to use plyr on a large data.frame but make sure that I don't accidentally create copies of the dataset which could cause RAM to blow up.

I understand that when using plyr serially in non-parallel mode, it is careful to not make copies of the data.frame. From the original paper:

It is more memory-efficient than the naive split-apply-combine approach because plyr is careful not to make an extra copy of the data in the split step.

However, if using plyr in parallel mode, is the entire data.frame copied at each core? or is only 1 copy used for the entire analysis?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant