-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add Python memory management post #28
Conversation
✅ Deploy Preview for set-website ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
Background on the nested tables: I tried to find a better way to describe these without tables (using diagramming tools) but found HTML tables to be the plainest / simplest to work with. If there's something else I should use or do for these, please don't hesitate to let me know! Update: I've moved to images of the rendered tables to work around any potential issues here. The HTML source is preserved within an HTML comment for replicability / modifications. |
_posts/2024-01-22-Python-Memory-Management-and-Troubleshooting.md
Outdated
Show resolved
Hide resolved
_posts/2024-01-22-Python-Memory-Management-and-Troubleshooting.md
Outdated
Show resolved
Hide resolved
_posts/2024-01-22-Python-Memory-Management-and-Troubleshooting.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left minor, mostly presentational comments. Looks good, and I learned a lot reading this.
Didn't see this comment until now. Were you seeing any specific issues? If so, it could be a CSS issue with the template. The bucket emojis would look different on different devices but I don't think that's a problem. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nifty; I found the section on tools for visualizing memory usage especially useful myself. Nice work!
_posts/2024-01-22-Python-Memory-Management-and-Troubleshooting.md
Outdated
Show resolved
Hide resolved
_posts/2024-01-22-Python-Memory-Management-and-Troubleshooting.md
Outdated
Show resolved
Hide resolved
Co-Authored-By: Vincent Rubinetti <[email protected]>
Co-Authored-By: Vincent Rubinetti <[email protected]>
Co-Authored-By: Faisal Alquaddoomi <[email protected]>
Co-Authored-By: Faisal Alquaddoomi <[email protected]>
Thank you @vincerubinetti and @falquaddoomi for your reviews and thorough comments! I've made some modifications based on your comments. |
_posts/2024-01-22-Python-Memory-Management-and-Troubleshooting.md
Outdated
Show resolved
Hide resolved
_posts/2024-01-22-Python-Memory-Management-and-Troubleshooting.md
Outdated
Show resolved
Hide resolved
_posts/2024-01-22-Python-Memory-Management-and-Troubleshooting.md
Outdated
Show resolved
Hide resolved
_posts/2024-01-22-Python-Memory-Management-and-Troubleshooting.md
Outdated
Show resolved
Hide resolved
Co-Authored-By: Chris Roeder CUAnschutz <[email protected]>
Thank you so much @chrisroederucdenver for your review and further comments to this! I've adjusted the content to be more accurate based on what you mentioned. |
This PR adds a new blog post covering Python memory management and troubleshooting. The work is inspired from content initially developed in CU-DBMI/demo-python-memory-reference-accounting#1 , which is a test-driven investigation of Python memory. My hope here is to share information on the same topics while allowing for greater flexibility to explore memory implications within CU-DBMI/demo-python-memory-reference-accounting.
As part of this work I also added a "tip-of-the-month" includes block to adjust to newsletter wording and a less frequent post cadence. We could also drop the nomenclature here as well to provide more flexibility.
Thank you in advance for any feedback and input you may have!
CC @chrisroederucdenver
Relates to work in cytomining/CytoTable#75