用CMake文件发布c/c++应用程序

NOTE c/c++写好的程序,如何发布呢?很多时候都需要直接发布源代码,使用者根据具体的环境编译安装。大家最熟悉的就是make && make install。 可是makefile写起来过于复杂,于是就有了进一步的封装,cmake就是对make的封装,学会写CMakefile.txt文件是C++程序猿必不可少的技能, ………

阅读全文

Node.js写的http性能测试工具

大神用Node.js写的http服务性能测试工具:autocannon 背景简介 A HTTP/1.1 benchmarking tool written in node, greatly inspired by wrk and wrk2, with support for HTTP pipelining and HTTPS. On my ………

阅读全文