How Argentum makes fast dynamic_cast and interface method dispatch with 4 CPU instructions
TL;DR Argentum programming language can make interface method dispatch in just 4 instructions and dynamic_cast in just 8 CPU instructions – many orders of magnitude faster than rivals.Unlike most modern languages it doesn’t use double-sized pointers for interfaces, doesn’t require…
