Is there a runtime cost difference between interfa...
# compiler
t
Is there a runtime cost difference between interfaces and abstract classes in the JS and native backend? For JVM, interfaces are more expensive afaik. I tend to gravitate towards abstract classes whenever possible and I really wonder. I understand that most cases the difference is simply not important but I try to optimise UI rendering where every bit matters.