Re: [go-nuts] map memory usage question

2016-06-16 Thread Ian Lance Taylor
On Thu, Jun 16, 2016 at 4:59 PM, Dan Kortschak wrote: > I'm running a terabyte-scale (minor compiler changes are necessary to get > this to run) genome resequencing simulation at the moment and an interesting > question has arisen. > > The simulation involved hashing over ~all positions of a genom

[go-nuts] map memory usage question

2016-06-16 Thread Dan Kortschak
I'm running a terabyte-scale (minor compiler changes are necessary to get this to run) genome resequencing simulation at the moment and an interesting question has arisen. The simulation involved hashing over ~all positions of a genome, either with the key being a string or a [2]string. The dif