/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

maxtaylor.dev
| | www.ncameron.org
3.7 parsecs away

Travel
| | One of the more subtle aspects of Rust is how traits can be used as types. In this blog post I will attempt a bit of a deep dive into how to use traits as types and how to choose between the different forms. Preliminary: traits are not typesA type
| | zackoverflow.dev
3.2 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
| | articles.bchlr.de
2.5 parsecs away

Travel
| | [AI summary] The article discusses challenges and workarounds for upcasting trait objects in Rust, exploring the limitations of dynamic dispatch and potential solutions through vtable structures and custom trait implementations.
| | dygalo.dev
19.8 parsecs away

Travel
| It is the first part of a 3-chapter series about my experience with embedding Rust into Python projects. This chapter covers the motivation for using Rust and possible use cases.