TGTGInsighttelegram intelligenceLIVE / telegram public index
Back to channels
Go avatar

TGINSIGHT CHAT

Go

@golang

Technologies

// admin @denniselite // Denis Podlesnykh, a Golang Engineer go func() { channel <- news }() news := <-channel fmt.Sprintf("%s", news)

Subscribers1.9万Current channel subscribers
Tracked posts153Indexed post count
Recent reach16,450Sum of recent post views
Recent posts

Recent posts

Tag: #runtime · 2 posts

当前筛选 #runtime清除筛选

Posted Jun 21

Hi there! Which ways do you use to avoid memory leaks for REST API? In the following article by Iman Tumorang describes an excellent example of memory leaks, his solution, and results. Must have to read for everyone 😉 #development#runtime#architecture https://hackernoon.com/avoiding-memory-leak-in-golang-api-1843ef45fca8

9,220 views

Posted Apr 22

Why are goroutines not lightweight threads? Kartik Khare shows us his meaning about goroutines, lightweight threads and their difference in GoLang. There are no code examples inside but good thoughts about parallelism, threads and useful links at the end of the article :) #development#runtime#language https://codeburst.io/why-goroutines-are-not-lightweight-threads-7c460c1f155f

7,230 views