Re: [go-nuts] How Go GC perform with 128GB+ heap

2016-08-01 Thread Chris Randles
Consul and etcd use Boltdb (https://github.com/boltdb/bolt) which uses an mmap-ed file. -- 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

Re: [go-nuts] Handling dynamic and unknown number of wait groups?

2016-06-30 Thread Chris Randles
When dealing with an unknown amount of input, I find https://godoc.org/go4.org/syncutil#Gate a useful alternative to sync.WaitGroup. -- 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