Hacker News new | ask | show | jobs
by SethTro 1169 days ago
Moderately different; Particularly with respect to how to performance.

If I read this correctly immortal objects stop changing refcount which prevents cache line invalidation while `gc.freeze()` just stops cleaning up objects with zero refcount.

1 comments

Oh, that would be amazing for quite a few things in web apps if exposed properly. Love it.