Go Generics and Static Dispatch

from blog zackoverflow, | ↗ original
Interfaces rely on slow dynamic-dispatch, but generics could open the door to performance boosts with the ability to leverage the cache-friendliness of static dispatch