[go-nuts] cross compile windows from linux failed with -H=windowsgui

2017-03-13 Thread xrfang
solution here: http://stackoverflow.com/questions/23250505/how-do-i-create-an-executable-from-golang-that-doesnt-open-a-command-cmd-wind Unfortunately it didn't work. Any ideas? Thanks a lot. xrfang -- You received this message because you are subscribed to the Google Groups "golang-nuts" group.

[go-nuts] Re: Bloom filter

2016-11-28 Thread xrfang
) (m, k int) func (f *BloomFilter) MemoryConsumption() int will be very useful in my case. Thank you very much! xrfang 在 2011年5月21日星期六 UTC+8下午10:24:05,Will Fitzgerald写道: > > I've written an implementation of Bloom filters, using the BitSet package. > You can find it at > > htt