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

stamp_par no speed-up on windows #81

Open
maschere opened this issue Jul 29, 2020 · 0 comments
Open

stamp_par no speed-up on windows #81

maschere opened this issue Jul 29, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@maschere
Copy link

I was checking performance and noticed that stamp_par works fine under Ubuntu, but on Windows 10 (tested on an Intel and an AMD machine) stamp_par is only as fast as stamp, no matter how many workers are used. Used R 4.0.2 on all three machines.

set.seed(2018)
data <- cumsum(sample(c(-1, 1), 40000, TRUE))
tsmp::stamp(data, window_size = 1000, verbose=2) #takes 2 minutes
tsmp::stamp_par(data, window_size = 1000, verbose=2, n_workers = 2) #no speed-up, 2 minutes (under Windows)
tsmp::stamp_par(data, window_size = 1000, verbose=2, n_workers = 8) #still no speed-up, 2 minutes  (under Windows)
@franzbischoff franzbischoff self-assigned this Aug 7, 2020
@franzbischoff franzbischoff added the bug Something isn't working label Sep 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants