WUFFS
WUFFS
Posted Aug 16, 2024 10:42 UTC (Fri) by paulj (subscriber, #341)In reply to: WUFFS by khim
Parent article: Standards for use of unsafe Rust in the kernel
Isn't it the case that more Rust programmes that have to work with more complex data-models and/or deal with long-lived state end-up relying heavily on RC/ARC?
Is runtime reference counted GC better than tracing GC? (I prefer ref counting myself, but I don't think I could claim RC is always better than tracing GC).
