Post #2241179
2026-03-19 07:42 UTC
@kinnison@social.flarn.net Also see seize (used by papaya). I'm in the middle of building my own reclaimer (seize is too limited and crossbeam-epoch does not support MIRI) called housekeeping; it's not ready for use but it may be interesting depending on what you're doing.
Replies (1)
-
@kinnison@social.flarn.net 2026-03-19 08:15
@bal4e@tech.lgbt I'm considering building a small DSL for some projects of mine, and wanted to have them be garbage collected since most use of the DSLs will be small scriptlets which get composed, making cross-scriptlet explicit memory management harder for my users. If I were writing one from scratch, a pretty basic mark/sweep would probably be sufficient.