Skip to content
gqlxj1987's Blog
Go back

Gopher Sg

Edit page

Erlang for Go developers

erlang vs golang:

相同点:

不同点:

erlang runtime

provides behaviours to solve many design problems

很难传递状态,必须通过消息传递

goroutine <-> process (pids)

erlang process:

distributed erlang

monitor and link for process? 关于进程间的协同操作,这个挺有用的。

关于supervison trees in go

repo1


Go with Versions

Vgo?

在获取依赖的时候,出现两种情况,too old/ too new

software engineering vs programming engineering

principles of versioning in Go:

如果具有相同的import path, 需要坐到后向兼容

关于依赖的相互适应部分,

version: major version, minor version, patch version

using latest version is a feature! but only for library builds


The Lost Art of Bondage

cudn?

parse c-header to go source code?

time spent manually annotating functions vs time spent generating code

cuda library

what is the use case of algo?


Distributed Tracing in Grab

OpenTracing API

basictracer-go


Edit page
Share this post on:

Previous Post
Large Application With Flask
Next Post
人生到底是什么