Articles
- 
      Parallel Programmingby oxnzTable of ContentsOpenMP- 线程级别
- 共享存储
- 隐式(数据分配方式)
- 可扩展性差
 
- 
      Work Stuffby oxnz- 公司规模
- 后台人员
    - PM
- RD
- QA
- OP
 
- 福利待遇
- 公司期望
    - 需求评审
- 项目管理
- 单元测试
- 代码评审
 
 
- 
      Algorithmsby oxnz Algorithms + Data Structures = Programs by Niklaus Wirth There are three different stages in understanding an algorithms: - K: known
- D: wrote code
- R: <…> times
 
- 
      Methodologiesby oxnzSLAP: Single Layer Abstraction Principle Single Responsibility Principle 
- 
      Locks In The Kernelby oxnzTable of Contents
- 
      C++ Concurrencyby oxnzIntroductionC++ concurrency 
- 
      fwrite perf issueby oxnzIntroductionThis article addresses an I/O performance issue in glibc caused by buffer. 
- 
      Technical Interview Questionsby oxnzThis article describes serveral good interview questions. 
- 
      Python Primerby oxnzIntroductionThis article is a bunch of good python programming practices accumulated in working. Table of Contents
- 
      MySQL Primer - Source Codeby oxnzThis article introduce MySQL source code layouts and internals.