/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

nora.codes
| | huonw.github.io
2.3 parsecs away

Travel
| | An overview of so-called "object safety" in Rust, and why it is necessary for trait objects.
| | zackoverflow.dev
0.8 parsecs away

Travel
| | 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
2.5 parsecs away

Travel
| | "A virtual method table (VMT),..., is a mechanism used in a programming language to support dynamic dispatch." -Wikipedia
| | smallcultfollowing.com
20.6 parsecs away

Travel
| [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.