Mathias Vandaelemathias-vandaele.devยทFeb 28, 2024Static dispatch vs dynamic dispatch in Rust, how to dramatically improve performances + Java 21 bonusBefore diving deeper, let's understand the key differences between static and dynamic dispatching. When you have a trait (interface for those unfamiliar with rust), you have to put the function signature of what all classes or struct will implement. ...55 readsstatic dispatchAdd a thoughtful commentNo comments yetBe the first to start the conversation.