/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

verdagon.dev
| | zackoverflow.dev
4.1 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
| | sdowney.org
3.6 parsecs away

Travel
| | A Possible Technique constexpr bool g(int lhs, int rhs) { auto& op = partial_eq; return op.ne(lhs, rhs); } Compiler Explorer with Supporting Code A trait is defined as a template var...
| | www.shuttle.dev
4.7 parsecs away

Travel
| | All about Rust traits, generics, trait bounds and implementing advanced trait bounds
| | developerlife.com
17.3 parsecs away

Travel
| Learn how to implement effective Rust polymorphism, using dyn, impl, existing traits, and trait objects for testing and extensibility, in real world projects.