Search code examples
How can I use trait objects and monomorphism together...


rustarchitecturedynamic-dispatchentity-component-systemmonomorphism

Read More
Remove `Sized` bound from trait whose method takes reference to implementor`<Self>` as an arg...


rustdynamic-dispatch

Read More
Conditional compilation affecting type parameter...


rustconditional-compilationdynamic-dispatch

Read More
What is the difference between Binding and Dispatching in Java?...


javalate-bindingdynamic-dispatchearly-bindingstatic-dispatch

Read More
Mutable borrow on extended trait...


rusttraitsdynamic-dispatch

Read More
How to pass closure to dyn trait object...


rustcallbackclosuresvtabledynamic-dispatch

Read More
How do you select a struct based on a string in Rust?...


stringrusttrait-objectsdynamic-dispatch

Read More
std::bind behaves differently when passed a pointer vs reference...


c++vtablestdbinddynamic-dispatch

Read More
Why a member function being virtual affects the compiled code of a TU where no virtual dispatch is a...


c++inheritancevirtual-functionsdynamic-dispatchvirtual-table

Read More
How to have dynamic Box<dyn Trait<T,S>>?...


rustdynamic-dispatch

Read More
for a trait to be "object safe" it needs to allow building a vtable to allow the call to b...


asynchronousrusttraitsdynamic-dispatch

Read More
Swift: dynamic dispatch with protocol and subclass...


swiftprotocolsswift-protocolsdynamic-dispatch

Read More
Trait object as associated type of a trait object...


rustassociated-typestrait-objectsdynamic-dispatch

Read More
Can I have a collection over trait objects where their associated types implement a shared trait?...


rustassociated-typesdynamic-dispatchtrait-objects

Read More
Extending Iterator for dynamic dispatch...


rustiteratordynamic-dispatch

Read More
Design patterns without the box...


ruststrategy-patterndynamic-dispatch

Read More
Cloning a recursive dyn Iterator...


rustiteratorclonerecursive-datastructuresdynamic-dispatch

Read More
Dynamic dispatch based on Enum value...


c++templatesdynamic-dispatch

Read More
The trait cannot be made into an object...


genericsrusttraitsdynamic-dispatchtrait-objects

Read More
Can late-binding in C++ be done without the need for heap-memory when using composition?...


c++polymorphismcompositiondynamic-dispatchrun-time-polymorphism

Read More
Why is rust async forcing the implementors to use dynamic dispatch for `Waker`...


rustasync-awaittraitsdynamic-dispatch

Read More
If CLOS had a compile-time dispatch, what would happen to this code snippet?...


oopmethodscommon-lispclosdynamic-dispatch

Read More
How do I write a struct with dynamic generics?...


genericsrustdynamic-dispatch

Read More
How to create a factory method based on static dispatch?...


design-patternsrustdynamic-dispatchstatic-dispatch

Read More
How can I write this Rust variation on strategy pattern in which a given struct owns a strategy that...


ruststrategy-patternownershipdynamic-dispatch

Read More
Swift protocol extension method is called instead of method implemented in subclass...


swiftinheritanceprotocolsdynamic-dispatch

Read More
Redeclaring members in an extension hides the original member *sometimes*. Why?...


swiftswift-protocolsdynamic-dispatchmember-hidingswift-modules

Read More
Dynamic dispatching protocol extension doesn't work multiple targets...


swiftswift-protocolsswift-extensionsdynamic-dispatchswift-modules

Read More
How to register typing.Callable with Python @singledispatch?...


pythonpython-3.8callabledynamic-dispatch

Read More
Does GHC use dynamic dispatch with existential types?...


haskellexistential-typedynamic-dispatch

Read More
BackNext