techhub.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A hub primarily for passionate technologists, but everyone is welcome

Administered by:

Server stats:

4.9K
active users

Doug Parker 🕸️

Anyone familiar with able to help me understand why they don't leak memory? Why don't you need to unsubscribe?

AFAICT, each signal in the graph contains a list of all its reverse dependencies (all signals who depend on it). This feels circular to me and I don't see how the browser could clean up those references.

github.com/solidjs/solid/blob/

Is a mark-and-sweep GC strategy able to handle this or am I missing an implicit unsubscribe somewhere?