Home Search

Golang - search results

If you're not happy with the results, please do another search
Go green button on keyboard

Implementing memory management with Golang’s garbage collector

0
Did you ever think of how bulk messages are pushed in real-time that fast? How is it possible? Low latency garbage collector (GC) plays...
checksum database

Golang 1.13 module mirror, index, and Checksum database are now production-ready

0
Last week, the Golang team announced that the Go module mirror, index, and checksum database are now production-ready thus adding reliability and security to...
Python has a strong showing in Stack Overflow's 2019 developer survey

Ian Lance Taylor, Golang team member, adds another perspective to Go being Google’s language

0
Earlier this month, the Hacker News community got into a heated debate on whether “Go is Google’s language, and not the community’s”. The thread...
Things we didn't expect from the 2018 Stack Overflow survey

Implementing Garbage collection algorithms in Golang [Tutorial]

0
Memory management is a way to control and organize memory.  The basic goal of memory management algorithms is to dynamically designate segments of memory...
web development

Implementing hashing algorithms in Golang [Tutorial]

0
A hashing algorithm is a cryptographic hash technique. It is a scientific calculation that maps data with a subjective size to a hash with...

Is Golang truly community driven and does it really matter?

0
Golang, also called Go, is a statically typed, compiled programming language designed by Google. Golang is going from strength to strength, as more engineers...
web development

Go User Survey 2018 results: Golang goes from strength to strength, as more engineers...

0
Yesterday, the team at Go announced the results of their user survey for the year 2018. 5,883 users from 103 different countries participated in...
coding screen

GitHub releases Vulcanizer, a new Golang Library for operating Elasticsearch

0
The GitHub team released a new Go library, Vulcanizer, that interacts with an Elasticsearch cluster, yesterday. Vulcanizer is not a full-fledged Elasticsearch client. However,...

State of Go February 2019 – Golang developments report for this month released

0
This Saturday, the Golang team released the State of Go February 2019 outlining the developments in the programming language and showing its current state....
checksum database

The Golang team has started working on Go 2 proposals

0
Yesterday, Google engineer Robert Griesemer published a blog post highlighting the outline of the next steps for Golang towards the Go 2 release. Google...