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.
Published at
2023-08-24 03:45:09Event JSON
{
"id": "3706dae5b1de635caacbc6a7532da426110d58d1ed8300ed9fc429766c5b2ad0",
"pubkey": "300ec228d0823779c529dc87278dea4b804cb258ef0f4ae6542125ee0222829e",
"created_at": 1692848709,
"kind": 1,
"tags": [
[
"p",
"12da98a3a66fb47b43526b1b241e91df632bfd4058dc5364938dc932fe931118",
"wss://relay.mostr.pub"
],
[
"p",
"49f3a746c8d602bb57f2fbcbcec59910fc8742b2c71c4609b3091709fc2a2375",
"wss://relay.mostr.pub"
],
[
"p",
"14fac33f299949ee9572e1b41c5e4de0f6e564f5499c64ff7de703213e94399f",
"wss://relay.mostr.pub"
],
[
"e",
"4ab466dbdc0452a3909cfc3c253d4e8a685fd708ca1efee8d5c653d79b5dee7b",
"wss://relay.mostr.pub",
"reply"
],
[
"proxy",
"https://chatter.llamarific.social/objects/bd1d1e4d-57f3-4a8c-8fca-f93a8fa11bac",
"activitypub"
]
],
"content": "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.",
"sig": "1e756483acd3167a036ee92c55e9b2e717e17618d4edeb20e0cbef4172a779f9e7c3e7d9f060f15bb78fb8a3ec07359f06f38a889c23411fc1210701e46e1449"
}