Pinned Repositories
30dayMakeCppServer
30天自制C++服务器,包含教程和源代码
blislab
BLISlab: A Sandbox for Optimizing GEMM
CLRS
:notebook:Solutions to Introduction to Algorithms
cmake_tutorial
cmake_tutorial (>=3.21)
HNU-CSEE-Graduate-Courses
对湖大信息科学与工程学院的研究生课程相关信息进行汇总
NotHaozi
My first personal homepage!
Paddle
PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署)
pfpyspectra
Python interface to the C++ Spectra library
Paddle-Lite
PaddlePaddle High Performance Deep Learning Inference Engine for Mobile and Edge (飞桨高性能深度学习端侧推理引擎)
PaddleSOT
A Bytecode level Implementation of Symbolic OpCode Translator For PaddlePaddle
NotHaozi's Repositories
NotHaozi/blislab
BLISlab: A Sandbox for Optimizing GEMM
NotHaozi/CLRS
:notebook:Solutions to Introduction to Algorithms
NotHaozi/Darknet
AlexeyAB-DarkNet源码解析
NotHaozi/dragon-book-exercise-answers
Compilers Principles, Techniques, & Tools (purple dragon book) second edition exercise answers. 编译原理(紫龙书)第2版习题答案。
NotHaozi/muduo_server_learn
大并发服务器课程源代码
NotHaozi/MyTinySTL
Achieve a tiny STL in C++11
NotHaozi/Tinyhttpd
Tinyhttpd 是J. David Blackstone在1999年写的一个不到 500 行的超轻量型 Http Server,用来学习非常不错,可以帮助我们真正理解服务器程序的本质。官网:http://tinyhttpd.sourceforge.net
NotHaozi/WebBench
Webbench是Radim Kolar在1997年写的一个在linux下使用的非常简单的网站压测工具。它使用fork()模拟多个客户端同时访问我们设定的URL,测试网站在压力下工作的性能,最多可以模拟3万个并发连接去测试网站的负载能力。官网地址:http://home.tiscali.cz/~cz210552/webbench.html