Re: [go-nuts] Why golang garbage-collector not implement Generational and Compact gc?

2017-05-30 Thread Jan Ziak
On Tuesday, May 16, 2017 at 4:06:25 PM UTC+2, Ian Lance Taylor wrote: > > On Tue, May 16, 2017 at 2:01 AM, wrote: > > > > Generational and Compact gc have already been thought best practice. But > > golang doesn't adopt it. Who can tell me the reason? > > Now let's consider

Re: [go-nuts] Re: is it possible to speed up type assertion?

2017-02-02 Thread Jan Ziak
rtions. > > On Thu, Feb 2, 2017 at 5:16 PM, Jan Ziak <0xe2.0x...@gmail.com > > wrote: > >> A large difference between an implementable highly-optimized run-time >> performance of feature X and the physically implemented run-time >> performance of feature X ca

Re: [go-nuts] Re: is it possible to speed up type assertion?

2017-02-02 Thread Jan Ziak
A large difference between an implementable highly-optimized run-time performance of feature X and the physically implemented run-time performance of feature X causes programmers to avoid X. On Thursday, February 2, 2017 at 3:32:16 PM UTC+1, Marvin Renich wrote: > > * Marvin Renich