Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
ramesh31
on March 28, 2024
|
parent
|
context
|
favorite
| on:
Dioxus 0.5: Web, Desktop, Mobile Apps in Rust
>However I'm a bit perplexed with the solution to remove lifetimes [0]. Isn't it a poor's-man GC?
This is essentially just ARC:
https://en.wikipedia.org/wiki/Automatic_Reference_Counting
sirwhinesalot
on March 28, 2024
[–]
Rust's Arc is like ARC, this is more like a generational pool of Box<dyn Any>.
Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
This is essentially just ARC: https://en.wikipedia.org/wiki/Automatic_Reference_Counting