inovex / talk-static-vs-dynamic-dispatch-in-rust

Example code for a talk about the differences between static and dynamic dispatch in rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Talk - Static vs dynamic dispatch in rust

This repo contains the contents of my talk about static and dynamic dispatch in rust. These are two different implementation of [polymorphism](https://en.wikipedia.org/wiki/Polymorphism_(computer_science) in programming language.

Contents of the talk

The talk is done without slides, just with a terminal. It walks trough the following files and commands:

Further reading

Some general notes:

More about trait objects:

License

The code is licensed under the MIT License.

About

Example code for a talk about the differences between static and dynamic dispatch in rust.

License:MIT License


Languages

Language:Makefile 38.7%Language:C++ 33.8%Language:Rust 27.5%