Announcing Go Support for AWS Lambda

https://aws.amazon.com/cn/blogs/compute/announcing-go-support-for-aws-lambda/

AWS Lambda正式支持Go语言。去年的re:Invent大会上就宣布今年会支持,没想到这么快。

Database sharding explained in plain English

https://www.citusdata.com/blog/2018/01/10/sharding-in-plain-english/

Citus团队介绍如何给数据库做sharding。

Golang UK Conference 2017 | Will Sewell & Jim Fisher - Golang’s Realtime GC in Theory and Practice

https://www.youtube.com/watch?v=bMujSVMarqY

介绍了GC的理论算法,以及Go的GC的实现情况。

Why are there nil channels in Go?

https://medium.com/justforfunc/why-are-there-nil-channels-in-go-9877cc0b2308

Francesc Campoy在 justforfunc节目中介绍的 nil channel的一个应用。关键点:读写一个nil channel会被阻塞,读一个已关闭的channel永远不会阻塞(而是得到类型的默认值)。


知识共享许可协议本作品采用知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议进行许可。