Explore >> Select a destination


You are here

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

Travel
| | A short summary of the Sized trait and dynamically sized types in Rust.
| | articles.bchlr.de
0.8 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.
| | 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
| | www.ryanliptak.com
15.0 parsecs away

Travel
| An introduction to a recent addition to Zig's standard library that allows for checking that any allocation failures are handled without introducing memory leaks, etc.