Why Nostr? What is Njump?
2023-08-24 03:45:09
in reply to

sdgathman on Nostr: Also, C-Python has a very space efficient GC by using reference counting in addition ...

Also, C-Python has a very space efficient GC by using reference counting in addition to normal GC. The vast majority of objects are collected when their refcnt goes to 0. The GC is needed for the occasional cycles. The refcnt overhead is trivial compared to the interpreter overhead.
Author Public Key
npub1xq8vy2xssgmhn3ffmjrj0r02fwqyevjcau854ej5yyj7uq3zs20qrz9xvs