Skip to content

Conversation

@d33bs
Copy link
Member

@d33bs d33bs commented May 22, 2025

Description

This PR adds notes based on findings from #75 to help guide users on the use of Parsl's ThreadPoolExecutor if/where it may come up. We no longer use this executor as a default so we might consider this to be a bit of an edge case. Generally, the implementation of ThreadPoolExecutor + arrow can vary based on system configuration and memory allocator availability.

Closes #75
References #323

What is the nature of your change?

  • Bug fix (fixes an issue).
  • Enhancement (adds functionality).
  • Breaking change (fix or feature that would cause existing functionality to not work as expected).
  • This change requires a documentation update.

Checklist

Please ensure that all boxes are checked before indicating that a pull request is ready for review.

  • I have read the CONTRIBUTING.md guidelines.
  • My code follows the style guidelines of this project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.
  • New and existing unit tests pass locally with my changes.
  • I have added tests that prove my fix is effective or that my feature works.
  • I have deleted all non-relevant text in this pull request template.

@d33bs d33bs marked this pull request as ready for review May 22, 2025 12:00
@d33bs d33bs requested a review from gwaybio May 22, 2025 12:00
Copy link
Member

@gwaybio gwaybio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great documentation!

@d33bs
Copy link
Member Author

d33bs commented May 22, 2025

Thanks @gwaybio !

@d33bs d33bs merged commit 4bde6d2 into cytomining:main May 22, 2025
10 checks passed
@d33bs d33bs deleted the memory-suggestions branch May 22, 2025 12:55
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

Successfully merging this pull request may close these issues.

Possible Memory leak in the convert module

2 participants