Hi, I have watched the Julia 1.0 video where Stefan briefly mentions new multiple dispatch algorithm. I don't have much insight into this so I would like to ask:
What is the cost of multiple dispatch? ( What is the complexity of naive implementation? What is the complexity of current implementation in julia? ) Could you briefly highlight the difficulties of creating an efficient implementation? Thank you