Hacker News new | ask | show | jobs
by swoorup 411 days ago
How does garbage collection work here? Are they just set of PySM code?
1 comments

GC is still a WIP, but the key idea is the system won't stall — garbage collection happens asynchronously, in the background, without interrupting PyXL execution.
Sounds similar to something one of my classmates worked on at uni https://www.bristol.ac.uk/research/groups/trustworthy-system...