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

Benchmark test suite has poor execution when parallelized #17

Closed
CatchemAL opened this issue Mar 26, 2022 · 1 comment · Fixed by #16
Closed

Benchmark test suite has poor execution when parallelized #17

CatchemAL opened this issue Mar 26, 2022 · 1 comment · Fixed by #16
Assignees
Labels
enhancement New feature or request

Comments

@CatchemAL
Copy link
Owner

  • Create a SharedMemory buffer to ensure that the large ScoreMatrix class can be shared across processes with copying.
  • Increase chunk size to reduce the overhead of creating new processes
@CatchemAL CatchemAL self-assigned this Mar 26, 2022
@CatchemAL CatchemAL added the enhancement New feature or request label Mar 26, 2022
@CatchemAL CatchemAL linked a pull request Mar 26, 2022 that will close this issue
@CatchemAL
Copy link
Owner Author

Addressed with #16

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

Successfully merging a pull request may close this issue.

1 participant