|
You are here |
nora.codes | ||
| | | | |
huonw.github.io
|
|
| | | | | An overview of so-called "object safety" in Rust, and why it is necessary for trait objects. | |
| | | | |
zackoverflow.dev
|
|
| | | | | Interfaces rely on slow dynamic-dispatch, but generics could open the door to performance boosts with the ability to leverage the cache-friendliness of static dispatch | |
| | | | |
pabloariasal.github.io
|
|
| | | | | "A virtual method table (VMT),..., is a mechanism used in a programming language to support dynamic dispatch." -Wikipedia | |
| | | | |
smallcultfollowing.com
|
|
| | | [AI summary] A developer explains the technical challenges of ensuring async trait functions return Send futures in Rust and proposes a syntax solution where function callers specify send requirements rather than enforcing them globally in the trait definition. | ||