• Stars
    star
    1,004
  • Rank 45,411 (Top 0.9 %)
  • Language
    C
  • License
    MIT License
  • Created almost 6 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

极客时间《Linux 性能优化实战》案例

《Linux 性能优化实战》案例

极客时间专栏《Linux 性能优化实战》案例源码。

introduction

部分案例列表

依赖环境

所有案例的编译运行都需要预先安装 Docker 以及必要的编译工具。以 Ubuntu 18.04 为例,可以运行以下命令来安装它们:

sudo apt-get install docker.io build-essential