Go 语言中下划线的用法分析总结

Posted by 夏泽民

https://maiyang.me/post/2018-05-08-anlayze-underscore-in-go/ func (littleEndian) Uint64(b []byte) uint64 { _ = b[7] // bounds check hint to compiler; see golang.org/issue/14808 return uint64(b[0]) | uint64(b[1])«8 | uint64(b[2])«16 | uint64(b[3])«24 | uint64(b[4])«32 | uint64(b[5])«40 | uint64(b[6])«48 | uint64(b[7])«56 }



Go的方法集详解

Posted by 夏泽民

https://mp.weixin.qq.com/s/sWDrVL0EsHzCDNDpGtpT-A 1



Bounds Check Elimination In Go

Posted by 夏泽民

https://www.ardanlabs.com/blog/2018/04/bounds-check-elimination-in-go.html https://github.com/dgryski/go-metro



GOSSAFUNC Dig101-Go 之 interface 调用的一个优化点

Posted by 夏泽民

https://gocn.vip/topics/9946 为什么对于以下 interface Stringer 和构造类型 Binary



underlay overlay

Posted by 夏泽民

sdn网络中underlay和overlay网络的区别:



Search

Popular posts

Anything in here will be replaced on browsers that support the canvas element

Recent posts

This blog is maintained by 夏泽民

Get in touch with me at 465474307@qq.com

Subscribe to our mailing list

* indicates required