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
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
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
#development #runtime #architecture
https://hackernoon.com/avoiding-memory-leak-in-golang-api-1843ef45fca8
Hackernoon
Avoiding Memory Leak in Golang API | HackerNoon
A few weeks ago, we are in <a href="https://kurio.co" target="_blank">Kurio</a> just fixing our weird and undetected bug in our main services. We have tried so many ways to debugging and fixing it. The bug is not with the business logic. Because it has been…