Veinin / POSIX-threads-programming-tutorials
Summaries and notes on pthreads programming.
☆57Updated 6 years ago
Alternatives and similar repositories for POSIX-threads-programming-tutorials:
Users that are interested in POSIX-threads-programming-tutorials are comparing it to the libraries listed below
- select、poll、epoll☆69Updated 5 years ago
- A high performance multithread C++ network library for linux.☆64Updated 5 years ago
- TinySTL is a subset of STL(cut some containers and algorithms) and also a superset of STL(add some other containers and algorithms)☆58Updated 8 years ago
- TLPI(The Linux Programming Interface)《linux/unix系统编程手册(上、下册)》学习笔记☆72Updated 6 years ago
- libevent source code analysis☆61Updated 2 years ago
- 由C语言实现的单线程高并发的网络基础库☆53Updated 3 years ago
- Message queue and thread pool implementations of C++ Workflow☆33Updated 6 months ago
- 实现一个消息传递模型,并学习多种makefile的编写方式,进行编译☆22Updated 4 years ago
- Linux下单进程/多线程/多进程/select/epoll架构的socket服务端和客户端的框架☆47Updated 8 years ago
- C11标准的原子操作详解☆26Updated 2 years ago
- gdb debug example☆57Updated 3 years ago
- ☆31Updated 2 years ago
- C/C++,跨平台,OS原生异步IO接口,纯C有栈和无栈C++20协程调度核心☆166Updated last week
- 程序员的自我修养--链接、装载与库: CRT 实现☆51Updated last year
- SGI-STL源码下载 + 个人注释☆30Updated last year
- ☆44Updated 5 years ago
- 简单有效的内存池实现☆92Updated 8 years ago
- Intermals_of_Linux_device_driver☆25Updated 6 years ago
- Lightweight C structure base library☆28Updated 2 months ago
- A simple SMP OS on ARMv8a☆22Updated 2 years ago
- 从零实现TCP/IP协议栈。实现ARP/IP(含分片与重组)/UDP/TCP等协议☆47Updated last year
- 《The Art of Writing Efficient Programs》的非专业个人翻译☆88Updated 2 years ago
- 操作系统层面提供的 API 会在相当长的时间内保持接口不变,一旦学成,终生受用。理解和掌握这些基础 socket API 不仅可以最大化地去定制各种网络通信框架,更不用说使用市面上流行的网络通信库了,最重要的是,它会是你排查各种网络疑难杂症坚实的技术保障。☆82Updated 5 years ago
- Learning OS by reading Linux-0.11 source code and running it on bochs. The resources are forked from an online course by Harbin Institute…☆51Updated 7 years ago
- 基于协程和事件循环的c++网络库☆58Updated 5 years ago
- c++ Json library☆48Updated 3 months ago
- ☆24Updated 9 years ago
- 一个极简内存池实现☆283Updated 4 months ago
- 创建一个用户态的TCP/IP协议栈。基于Linux内核的TCP/IP协议栈,Xiaochen Wang's TCP/IP stack 和 Level-IP这三个项目构建的。同时它也是一个中文教程,可以帮助自己(或者看到此教程的人)更好的理解计算机网络,更好的理解协议栈。☆77Updated 3 years ago
- 《C++ Move Semantics》的非专业个人翻译☆74Updated 3 years ago