2018年2月5日星期一

Coding, Algorithm, Data Structure


相比CSP模型,Actor模型可以跨节点在分布式集群中运行: 存在信箱满后消息丢失的问题


Python


  1. Python Project Structure
  2. Google Python Style Guide
  3. PEP 8 -- Style Guide for Python Code
  4. https://buckbuild.com/function/glob.html

Go


Coding


Why recursion is heavy? Stack frames may be too many which contains call's return address, local data, and parameters

算法