Re: [go-nuts] How to find goroutines during debugging - aka goroutine labeling

2020-03-05 Thread Robert Engels
: [go-nuts] How to find goroutines during debugging - aka goroutine labeling On Wed, Mar 4, 2020 at 7:24 AM Florin Pățan <florinpa...@gmail.com> wrote:I think the current solution is a perfectly reasonable solution.As I explained in the article, you can have 0 performance impact when us

Re: [go-nuts] How to find goroutines during debugging - aka goroutine labeling

2020-03-04 Thread Jesper Louis Andersen
On Wed, Mar 4, 2020 at 7:24 AM Florin Pățan wrote: > I think the current solution is a perfectly reasonable solution. > > As I explained in the article, you can have 0 performance impact when used > in production environments, because you can disable this feature. > My experience is that a littl

Re: [go-nuts] How to find goroutines during debugging - aka goroutine labeling

2020-03-03 Thread Florin Pățan
I think the current solution is a perfectly reasonable solution. As I explained in the article, you can have 0 performance impact when used in production environments, because you can disable this feature. And when used in debugging environments, this has a minimal performance impact. For more d

Re: [go-nuts] How to find goroutines during debugging - aka goroutine labeling

2020-03-03 Thread Robert Engels
This is awesome and sad. The marketplace is now steering Go - which was bound to happen. You can't ignore the needs of the marketplace and expect it to standstill. This is a clear feature that the Go team (and community) should of taken more seriously and a better solution would of been delivered.