Login
From:
zackoverflow
(Uncensored)
subscribe
Go Generics and Static Dispatch
https://zackoverflow.dev/writing/go-generics-static-dispatch/
links
backlinks
Roast topics
Find topics
Find it!
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