[go-nuts] Allocating lots (e.g. a million) objects on the heap

2020-07-20 Thread netconnect . mary
I have an application where I will be allocating millions of data structures, all of the same size. My program will need to run continuously and be pretty responsive to its network peers. The data is fairly static, once allocated it will rarely need to be modified or deleted. In order to mini

[go-nuts] What is empty or nil interface (e.g. interface{})

2020-06-23 Thread netconnect . mary
I see this occasionally used as an argument? What's the benefit? Thanks -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com.