5 ms·
Go binaries are small and don't do much initialization work but they don't run especially quickly, mostly due to GC and value->interface conversion and dynamic
by concede_pluto 9y ago
Go binaries are small and don't do much initialization work but they don't run especially quickly, mostly due to GC and value->interface conversion and dynamic dispatch.
- warent 9y ago> and value->interface conversion and dynamic dispatch Thank you for the reply. Where can I learn more about that?