|
|
|
|
|
by pcwalton
4636 days ago
|
|
> That's going to take a fairly significant performance toll due to cache effects alone. It's not so bad because in Nimrod they are non-atomically reference counted and deferred reference counting is used to avoid touching the RC for stack references, at the cost of some minor latency for stack scanning. (Disclaimer: I work on Rust and my Nimrod info is possibly wrong and/or out of date.) |
|