Y
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
hwpythonner
411 days ago
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.
link
jy14898
411 days ago
Sounds similar to something one of my classmates worked on at uni
https://www.bristol.ac.uk/research/groups/trustworthy-system...
link