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