HackerTrans
トップ新着トレンドコメント過去質問紹介求人

Surfactant7

no profile record

コメント

Surfactant7
·4 年前·議論
> Unlike Rust, however, Alumina is not memory-safe and it requires manual memory management.

From what I gather, it might be more accurate to say that Alumina has no ownership model. Rust requires manual memory management, but offers the ownership model as a compile-time tool for doing so.

It would actually be pretty interesting to see some experimentation around alternative ownership models.