|
|
|
|
|
by hinkley
957 days ago
|
|
I keep thinking that Rust’s borrow semantics would be pretty good for hinting whether code should run on the same core or could be offloaded to another. Two modules that only communicate via small, read only messages could easily be on separate cores. And on architectures where some cores share faster paths than others, gradations could be scheduled that way. |
|