楼主:
damody (天亮damody)
2020-02-26 10:11:17#每日新闻
# 2020-2-26 每日新闻
# FB: http://bit.ly/2UizW6X
# Go 1.14 出来了
http://bit.ly/381A1z6
# 一张图学完Python3
https://i.redd.it/07rz8qyax2j41.png
http://bit.ly/2w99ZN2
# Rust: async http 范例
教你用async_std写http server
http://bit.ly/390T6D2
# Rust: 教你如何比sort|uniq快30倍
简单好用的小技巧
http://bit.ly/32pS68S
# Rust: rustc profiler
profiler教学搭配官方维护的profiler
分别是crox flamegraph summarize
有时间比较、火焰图、函数时间图
![](https://i.imgur.com/mNgSwYD.png)
![](https://i.imgur.com/Mu7isZD.png)
![](https://i.imgur.com/1vzL89M.png)
http://bit.ly/2TecsxP
# Rust: Veriform 安全面向的序列化库
看起来像内建blockchain的Protocol Buffers
http://bit.ly/2Pk6RF5
# Rust: bottom 跨平台工作管理员
![](https://i.imgur.com/pdc9f0p.png)
http://bit.ly/3c8iHf4
# C++: 宣告class方法
现在class内建六个函数
destructor
default constructor
copy constructor
copy assignment
move constructor
move assignment
常写C++的应该要看一下 免的遇到灵异现象看不懂
http://bit.ly/2Pr3Brp