Re: [go-nuts] the go archive size must be smaller?

2020-07-20 Thread yangw...@gmail.com
No problem, i'm just curious.

Thanks.

mai

在2020年7月21日星期二 UTC+8 上午2:42:58 写道:

> On Mon, Jul 20, 2020 at 11:29 AM yangw...@gmail.com
>  wrote:
> >
> > The size of the archived go distributions is growing in newer go release.
> >
> > My question:
> > What are the main contents of these additions? Can the size of the 
> archived go distributions be reduced?
>
> The Go 1 compatibility guarantee (https://golang.org/doc/go1compat)
> pretty much guarantees that every new release will be larger. It's
> hard for us to get rid of existing code.
>
> Although the size is increasing the increase does not seem all that
> big, and the file size doesn't seem particularly large by modern
> standards. Is this causing a problem somewhere?
>
> Thanks.
>
> Ian
>
>
> > 在2020年7月21日星期二 UTC+8 上午2:16:19 写道:
> >>
> >> On Mon, Jul 20, 2020 at 10:41 AM yangw...@gmail.com
> >>  wrote:
> >> >
> >> > Yes, I'm asking about the size of the archived go distributions.
> >>
> >> Thanks. Now that we understand that, what is your question?
> >>
> >> Ian
> >>
> >>
> >> > 在2020年7月19日星期日 UTC+8 上午12:11:02 写道:
> >> >>
> >> >> You are asking about the size of the archived go distributions, NOT 
> about the size of programs built with go, correct?
> >> >>
> >> >>
> >> >> On Friday, July 17, 2020 at 5:33:31 PM UTC-4, yangw...@gmail.com 
> wrote:
> >> >>>
> >> >>> This issue is only the binary file, I said is go archive size .
> >> >>> Such as go1.14.6.darwin-amd64.tar.gz or 
> go1.14.5.darwin-amd64.tar.gz's size etc.
> >> >>>
> >> >>> 在2020年7月17日星期五 UTC+8 下午5:38:04 写道:
> >> 
> >>  Note that progress for reducing binary size is tracked under this 
> issue: https://github.com/golang/go/issues/6853
> >> >
> >> > --
> >> > 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...@googlegroups.com.
> >> > To view this discussion on the web visit 
> https://groups.google.com/d/msgid/golang-nuts/874a0d0d-324e-46d1-9c2c-a119889fd00an%40googlegroups.com
> .
> >
> > --
> > 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...@googlegroups.com.
> > To view this discussion on the web visit 
> https://groups.google.com/d/msgid/golang-nuts/3f99ea3b-58ae-4916-926f-32b20b161615n%40googlegroups.com
> .
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/e85ec02e-b438-4338-b172-49714441n%40googlegroups.com.


Re: [go-nuts] the go archive size must be smaller?

2020-07-20 Thread Ian Lance Taylor
On Mon, Jul 20, 2020 at 11:29 AM yangw...@gmail.com
 wrote:
>
> The size of the archived go distributions is growing in newer go release.
>
> My question:
> What are the main contents of these additions? Can the size of the archived 
> go distributions be reduced?

The Go 1 compatibility guarantee (https://golang.org/doc/go1compat)
pretty much guarantees that every new release will be larger.  It's
hard for us to get rid of existing code.

Although the size is increasing the increase does not seem all that
big, and the file size doesn't seem particularly large by modern
standards.  Is this causing a problem somewhere?

Thanks.

Ian


> 在2020年7月21日星期二 UTC+8 上午2:16:19 写道:
>>
>> On Mon, Jul 20, 2020 at 10:41 AM yangw...@gmail.com
>>  wrote:
>> >
>> > Yes, I'm asking about the size of the archived go distributions.
>>
>> Thanks. Now that we understand that, what is your question?
>>
>> Ian
>>
>>
>> > 在2020年7月19日星期日 UTC+8 上午12:11:02 写道:
>> >>
>> >> You are asking about the size of the archived go distributions, NOT about 
>> >> the size of programs built with go, correct?
>> >>
>> >>
>> >> On Friday, July 17, 2020 at 5:33:31 PM UTC-4, yangw...@gmail.com wrote:
>> >>>
>> >>> This issue is only the binary file, I said is go archive size .
>> >>> Such as go1.14.6.darwin-amd64.tar.gz or go1.14.5.darwin-amd64.tar.gz's 
>> >>> size etc.
>> >>>
>> >>> 在2020年7月17日星期五 UTC+8 下午5:38:04 写道:
>> 
>>  Note that progress for reducing binary size is tracked under this 
>>  issue: https://github.com/golang/go/issues/6853
>> >
>> > --
>> > 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...@googlegroups.com.
>> > To view this discussion on the web visit 
>> > https://groups.google.com/d/msgid/golang-nuts/874a0d0d-324e-46d1-9c2c-a119889fd00an%40googlegroups.com.
>
> --
> 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.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/golang-nuts/3f99ea3b-58ae-4916-926f-32b20b161615n%40googlegroups.com.

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CAOyqgcVteiumGS_2Hn3gY5PhbyPAczcuLZ09kii1fTGJm7-Xrg%40mail.gmail.com.


Re: [go-nuts] the go archive size must be smaller?

2020-07-20 Thread yangw...@gmail.com
The size of the archived go distributions is growing in newer go release.

My question:
What are the main contents of these additions? Can the size of the archived 
go distributions be reduced?

在2020年7月21日星期二 UTC+8 上午2:16:19 写道:

> On Mon, Jul 20, 2020 at 10:41 AM yangw...@gmail.com
>  wrote:
> >
> > Yes, I'm asking about the size of the archived go distributions.
>
> Thanks. Now that we understand that, what is your question?
>
> Ian
>
>
> > 在2020年7月19日星期日 UTC+8 上午12:11:02 写道:
> >>
> >> You are asking about the size of the archived go distributions, NOT 
> about the size of programs built with go, correct?
> >>
> >>
> >> On Friday, July 17, 2020 at 5:33:31 PM UTC-4, yangw...@gmail.com wrote:
> >>>
> >>> This issue is only the binary file, I said is go archive size .
> >>> Such as go1.14.6.darwin-amd64.tar.gz or go1.14.5.darwin-amd64.tar.gz's 
> size etc.
> >>>
> >>> 在2020年7月17日星期五 UTC+8 下午5:38:04 写道:
> 
>  Note that progress for reducing binary size is tracked under this 
> issue: https://github.com/golang/go/issues/6853
> >
> > --
> > 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...@googlegroups.com.
> > To view this discussion on the web visit 
> https://groups.google.com/d/msgid/golang-nuts/874a0d0d-324e-46d1-9c2c-a119889fd00an%40googlegroups.com
> .
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/3f99ea3b-58ae-4916-926f-32b20b161615n%40googlegroups.com.


Re: [go-nuts] the go archive size must be smaller?

2020-07-20 Thread Ian Lance Taylor
On Mon, Jul 20, 2020 at 10:41 AM yangw...@gmail.com
 wrote:
>
> Yes, I'm asking about the size of the archived go distributions.

Thanks.  Now that we understand that, what is your question?

Ian


> 在2020年7月19日星期日 UTC+8 上午12:11:02 写道:
>>
>> You are asking about the size of the archived go distributions, NOT about 
>> the size of programs built with go, correct?
>>
>>
>> On Friday, July 17, 2020 at 5:33:31 PM UTC-4, yangw...@gmail.com wrote:
>>>
>>> This issue is only the binary file, I said is go archive size .
>>> Such as go1.14.6.darwin-amd64.tar.gz or go1.14.5.darwin-amd64.tar.gz's size 
>>> etc.
>>>
>>> 在2020年7月17日星期五 UTC+8 下午5:38:04 写道:

 Note that progress for reducing binary size is tracked under this issue: 
 https://github.com/golang/go/issues/6853
>
> --
> 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.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/golang-nuts/874a0d0d-324e-46d1-9c2c-a119889fd00an%40googlegroups.com.

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CAOyqgcXaD9ztwhDpBQvitPk4CKSfrGStubtFA886%3D9zwG%2BfxAA%40mail.gmail.com.


Re: [go-nuts] the go archive size must be smaller?

2020-07-20 Thread yangw...@gmail.com
Yes, I'm asking about the size of the archived go distributions.

在2020年7月19日星期日 UTC+8 上午12:11:02 写道:

> You are asking about the size of the archived go distributions, NOT about 
> the size of programs built with go, correct?
>
>
> On Friday, July 17, 2020 at 5:33:31 PM UTC-4, yangw...@gmail.com wrote:
>>
>> This issue is only the binary file, I said is go archive size .
>> Such as go1.14.6.darwin-amd64.tar.gz 
>>  or 
>> go1.14.5.darwin-amd64.tar.gz 
>> 's size etc.
>>
>> 在2020年7月17日星期五 UTC+8 下午5:38:04 写道:
>>
>>> Note that progress for reducing binary size is tracked under this issue: 
>>> https://github.com/golang/go/issues/6853
>>>
>>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/874a0d0d-324e-46d1-9c2c-a119889fd00an%40googlegroups.com.


Re: [go-nuts] the go archive size must be smaller?

2020-07-18 Thread Jake Montgomery
You are asking about the size of the archived go distributions, NOT about 
the size of programs built with go, correct?

On Friday, July 17, 2020 at 5:33:31 PM UTC-4, yangw...@gmail.com wrote:
>
> This issue is only the binary file, I said is go archive size .
> Such as go1.14.6.darwin-amd64.tar.gz 
>  or 
> go1.14.5.darwin-amd64.tar.gz 
> 's size etc.
>
> 在2020年7月17日星期五 UTC+8 下午5:38:04 写道:
>
>> Note that progress for reducing binary size is tracked under this issue: 
>> https://github.com/golang/go/issues/6853
>>
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/ae4be3f2-f129-4a10-ba7f-6d5980d8baaao%40googlegroups.com.


Re: [go-nuts] the go archive size must be smaller?

2020-07-17 Thread Michael Jones
What are you asking for?

1. GZip to compress more completely?
2. Use of different compression tools? (Zstd?)
3. Go to output binaries that are more compression friendly?
4. The Go binaries to just be smaller?
:

If you are specific, you will get specific answers.

On Fri, Jul 17, 2020 at 2:33 PM yangw...@gmail.com 
wrote:

> This issue is only the binary file, I said is go archive size .
> Such as go1.14.6.darwin-amd64.tar.gz
>  or
> go1.14.5.darwin-amd64.tar.gz
> 's size etc.
>
> 在2020年7月17日星期五 UTC+8 下午5:38:04 写道:
>
>> Note that progress for reducing binary size is tracked under this issue:
>> https://github.com/golang/go/issues/6853
>>
> --
> 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.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/golang-nuts/dd1edcfe-698b-4005-be0e-56083c35878fn%40googlegroups.com
> 
> .
>
-- 

*Michael T. jonesmichael.jo...@gmail.com *

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CALoEmQz9dn3PCDXNBwGMgr3XZfd91C5i%2BEU1B8LzWUB_GXr%3D6g%40mail.gmail.com.


Re: [go-nuts] the go archive size must be smaller?

2020-07-17 Thread yangw...@gmail.com
This issue is only the binary file, I said is go archive size .
Such as go1.14.6.darwin-amd64.tar.gz 
 or 
go1.14.5.darwin-amd64.tar.gz 
's size etc.

在2020年7月17日星期五 UTC+8 下午5:38:04 写道:

> Note that progress for reducing binary size is tracked under this issue: 
> https://github.com/golang/go/issues/6853
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/dd1edcfe-698b-4005-be0e-56083c35878fn%40googlegroups.com.


Re: [go-nuts] the go archive size must be smaller?

2020-07-17 Thread Ian Davis
Note that progress for reducing binary size is tracked under this issue: 
https://github.com/golang/go/issues/6853

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/83d2930f-347d-41a0-b8cd-f0b51ba22e5a%40www.fastmail.com.


Re: [go-nuts] the go archive size must be smaller?

2020-07-16 Thread Tyler Compton
I think something unfortunate happened to your diagram. On Gmail, I see an
 tag with a huge amount of base64 encoded text, and on Google Groups I
don't see anything at all. It may work better to upload the image to a
hosting service like Imgur and link to it.

On Thu, Jul 16, 2020 at 9:47 AM yangw...@gmail.com 
wrote:

> This diagram is the archive size of the go release package.
>
> What's this in those increase package size ?
> Maybe we can reduce the archive size in future.
>
> --
> 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.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/golang-nuts/e59710cd-aa23-483a-a8ad-2c8d8e9e9eaan%40googlegroups.com
> 
> .
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CAA%3DXfu3szRezYB51TB90eAhsHENWeZ_5ymEFBzX-z3D1d5mqbA%40mail.gmail.com.