Investigate other API models for our GC #2631
Labels
API
enhancement
New feature or request
gc
Issue related to garbage collection
performance
Performance related changes and issues
Our current GC API uses a lot of reference counting to track the number of roots for an object, but this is necessary by our current API. It would be good to check out some other APIs to see how they handle garbage collection:
rune
gc-arena
Our ideal API:
JsValue
s betweenContext
s in the same thread.The text was updated successfully, but these errors were encountered: