go中文网每日资讯--2020-10-01
一、Go语言中文网
今天双节送福利:全套可爱的 Gopher 图片打包送给你
图解快速排序:Go 实现
图解超难理解的 Paxos 算法
二、亚军进化史
- GO技术日报(2020-09-30)[1]
三、 图解源码
- 云原生虚机应用托管-设计篇
四、 技艺丛谈
- 聊聊Google的工程实践:完结篇
五、 polarisxu
- 现在人还会赏月吗?要不边赏月边思考两道题吧
六、 新亮笔记
- Go - 学习 grpc.Dial(target string, opts …DialOption) 的写法
七、Go 夜读
- 深入理解计算机系统 CSAPP 小结暨第一次线上研讨会
GOCN每日新闻--2020-10-01
1.误用 io.Reader 造成百万美元损失[2]
2.Go 程序自升级包 selfupdate [3]
3.加快 Go 的字符串匹配效率 [4]
4.Go 并发入门 [5]
5.Go Prosopal: Generics implementation - GC Shape Stenciling [6]
来源:https://gocn.vip/topics/node18
gopherDaily--2020-10-01
- 1.误用io.Reader导致的价值百万美元的错误 [7]
- 2.使用Go和vue.js基于websocket构建一个简单的聊天应用[8]
- 3.从能耗效率角度对比27种编程语言[9]
- 4.服务网格数据平面项目envoy支持windows[10]
- 5.面试准备的十大github仓库[11]
- 6.C语言标准增加defer机制的proposal -f,记得当年还实现过一个C的defer [12]
- 7.elsa: Go实现的一个小巧,高性能,安全的javascript和typescript运行时 [13]
- 8.selfupdate: 支持go应用自升级的包[14]
来源:https://gopher-daily.com/
- 归档地址:https://github.com/Han-Ya-Jun/gocn_news_set
- 订阅公众号:
参考资料
[1]GO技术日报(2020-09-30): https://studygolang.com/topics/12409
[2]误用 io.Reader 造成百万美元损失: https://hackernoon.com/billion-dollar-mistake-in-go-ll1s3tkc
[3]Go 程序自升级包 selfupdate : https://github.com/minio/selfupdate
[4]加快 Go 的字符串匹配效率 : https://boyter.org/posts/faster-literal-string-matching-in-go/
[5]Go 并发入门 : https://medium.com/@yashaswi_nayak/go-a-tale-of-concurrency-a-beginners-guide-b8976b26feb
[6]Go Prosopal: Generics implementation - GC Shape Stenciling : https://github.com/golang/proposal/blob/master/design/generics-implementation-gcshape.md
[7]误用io.Reader导致的价值百万美元的错误 : https://hackernoon.com/billion-dollar-mistake-in-go-ll1s3tkc
[8]使用Go和vue.js基于websocket构建一个简单的聊天应用: https://dev.to/jeroendk/building-a-simple-chat-application-with-websockets-in-go-and-vue-js-gao
[9]从能耗效率角度对比27种编程语言: https://greenlab.di.uminho.pt/wp-content/uploads/2017/10/sleFinal.pdf
[10]服务网格数据平面项目envoy支持windows: https://blog.envoyproxy.io/announcing-alpha-support-for-envoy-on-windows-d2c53c51de7b
[11]面试准备的十大github仓库: https://threadreaderapp.com/thread/1311328923632898048.html
[12]C语言标准增加defer机制的proposal -f,记得当年还实现过一个C的defer : https://tonybai.com/2013/02/03/implement-go-defer-in-c/
[13]elsa: Go实现的一个小巧,高性能,安全的javascript和typescript运行时 : https://github.com/elsaland/elsa
[14]selfupdate: 支持go应用自升级的包: https://github.com/minio/selfupdate