The Daily Go
Memory Optimization In Golang
https://medium.com/@edwardpie/memory-optimization-in-golang-trick-1-59c4a983d015
#trick #blog
Memory Optimization In Golang
https://medium.com/@edwardpie/memory-optimization-in-golang-trick-1-59c4a983d015
#trick #blog
Medium
Memory Optimization In Golang : Trick 1
I’m going to be straight-forward with you in this post and the aim is to show you one way of saving memory in your Go programs.
The Daily Go
prose is a natural language processing library (English only, at the moment)
https://github.com/jdkato/prose
#nlp
prose is a natural language processing library (English only, at the moment)
https://github.com/jdkato/prose
#nlp
GitHub
GitHub - jdkato/prose: :book: A Golang library for text processing, including tokenization, part-of-speech tagging, and named-entity…
:book: A Golang library for text processing, including tokenization, part-of-speech tagging, and named-entity extraction. - jdkato/prose
The Daily Go
I want to expose a local server behind a NAT or firewall to the internet.
https://github.com/inconshreveable/ngrok
#NAT #Repository
I want to expose a local server behind a NAT or firewall to the internet.
https://github.com/inconshreveable/ngrok
#NAT #Repository
GitHub
GitHub - inconshreveable/ngrok: Unified ingress for developers
Unified ingress for developers. Contribute to inconshreveable/ngrok development by creating an account on GitHub.
Google Cloud Next Announces Hybrid Cloud Service, Pushes Go as Defacto Development Language for Cloud Apps https://twitter.com/i/web/status/1022120567850315781
Twitter
DIGIT
Google Cloud Next Announces Hybrid Cloud Service, Pushes Go as Defacto Development Language for Cloud Apps #GoogleNext18 #Golang #Cloud #KDE #HybridCloud https://t.co/d2jHs5qBlH
The Daily Go
Go code refactoring : the 23x performance hunt
.
https://medium.com/@val_deleplace/go-code-refactoring-the-23x-performance-hunt-156746b522f7
#Post #Refactoring
Go code refactoring : the 23x performance hunt
.
https://medium.com/@val_deleplace/go-code-refactoring-the-23x-performance-hunt-156746b522f7
#Post #Refactoring
Medium
Go code refactoring : the 23x performance hunt
How I used benchmarking, profiling, and tracing to heavily optimize a program
Life: A secure, blazing-fast, cross-platform WebAssembly VM in Go.
https://medium.com/perlin-network/life-a-secure-blazing-fast-cross-platform-webassembly-vm-in-go-ea3b31fa6e09
https://medium.com/perlin-network/life-a-secure-blazing-fast-cross-platform-webassembly-vm-in-go-ea3b31fa6e09
Medium
Life: A secure, blazing-fast, cross-platform WebAssembly VM in Go.
https://github.com/perlin-network/life
The Daily Go
Go is the fastest growing languages on GitHub in the last quarter 2018.
https://madnight.github.io/githut/#/pull_requests/2018/2
#Go #Github
Go is the fastest growing languages on GitHub in the last quarter 2018.
https://madnight.github.io/githut/#/pull_requests/2018/2
#Go #Github
The Daily Go
water is a native Go library for TUN/TAPinterfaces.
https://github.com/songgao/water
#Tap #Tun
water is a native Go library for TUN/TAPinterfaces.
https://github.com/songgao/water
#Tap #Tun
GitHub
GitHub - songgao/water: A simple TUN/TAP library written in native Go.
A simple TUN/TAP library written in native Go. Contribute to songgao/water development by creating an account on GitHub.
The Daily Go
Go 2 Draft Designs
preliminary drafts of possible designs for changes to error handling and generics.
https://blog.golang.org/go2draft
Go 2 Draft Designs
preliminary drafts of possible designs for changes to error handling and generics.
https://blog.golang.org/go2draft
The Daily Go
Automated deployment as fast and easy as possible
https://github.com/astrocorp42/rocket
#ci #cd
Automated deployment as fast and easy as possible
https://github.com/astrocorp42/rocket
#ci #cd
The Daily Go
Computer Vision Using Go and OpenCV 3
https://about.sourcegraph.com/go/gophercon-2018-computer-vision-using-go-and-opencv-3/
#OpenCV #Computer_vision
Computer Vision Using Go and OpenCV 3
https://about.sourcegraph.com/go/gophercon-2018-computer-vision-using-go-and-opencv-3/
#OpenCV #Computer_vision
Sourcegraph
Gophercon 2018 - Computer Vision Using Go and OpenCV 3
Presenter: Ron Evans Liveblogger: @beyang Summary An introduction to and tour of computer vision programs written in Go using GoCV––with…
The Daily Go
Web Scraping using Golang
https://www.thetaranights.com/web-scraping-using-golang/
#Scraping
Web Scraping using Golang
https://www.thetaranights.com/web-scraping-using-golang/
#Scraping
The Tara Nights
Web Scraping using Golang
Web Scraping can be beneficial to individuals and companies. The intentions of this post is to host a set of examples on Web Scraping using Golang and goquery. I will be using github’s trending page https://github.com/trending throughout this post for the…
The Daily Go
Automated software delivery as fast and easy as possible
https://github.com/astrocorp42/rocket
#Repo #CI #CD
Automated software delivery as fast and easy as possible
https://github.com/astrocorp42/rocket
#Repo #CI #CD
The Daily Go
How to organize the go struct, in order to save memory.
https://medium.com/@felipedutratine/how-to-organize-the-go-struct-in-order-to-save-memory-c78afcf59ec2
#Memory #Struct
How to organize the go struct, in order to save memory.
https://medium.com/@felipedutratine/how-to-organize-the-go-struct-in-order-to-save-memory-c78afcf59ec2
#Memory #Struct
Medium
How to organize the go struct, in order to save memory.
In this article I want to explain you how the memory works internally in a 64 bit architecture, when you instantiate a struct. (You can…
The Daily Go
Golang package to find the K most dominant/prominent colors in an image
https://github.com/EdlinOrg/prominentcolor
#Image #KMeans
Golang package to find the K most dominant/prominent colors in an image
https://github.com/EdlinOrg/prominentcolor
#Image #KMeans
The Daily Go
Unofficial open source telegram server written in golang
https://github.com/nebulaim/telegramd
#im #telegram
Unofficial open source telegram server written in golang
https://github.com/nebulaim/telegramd
#im #telegram
The Daily Go
Native Go (golang) Graphical Interface system (2D and 3D), built on GoKi tree framework
https://github.com/goki/gi
#gui #css
Native Go (golang) Graphical Interface system (2D and 3D), built on GoKi tree framework
https://github.com/goki/gi
#gui #css
GitHub
GitHub - goki/gi: This is version 1 of GoGi, for supporting existing projects. See https://github.com/cogentcore for the new improved…
This is version 1 of GoGi, for supporting existing projects. See https://github.com/cogentcore for the new improved version! - goki/gi