frimin / learning-kcp-protocolLinks
KCP协议基本数据结构和算法图文介绍
☆337Updated 3 years ago
Alternatives and similar repositories for learning-kcp-protocol
Users that are interested in learning-kcp-protocol are comparing it to the libraries listed below
Sorting:
- A fork of jagt/clumsy to add bandwidth limit☆246Updated 5 years ago
- nginx-1.19.10 源码阅读,分析关键组件与核心运转流程, 并使用图例进行描述☆105Updated 4 years ago
- ☄️ Dynamic Coroutine Framework for C. A user-friendly but powerful coroutine framework. Features include but are not limited to Socket, S…☆81Updated last year
- Static mirror of coolshell.cn, (c) haoel 2023.☆228Updated 2 years ago
- My notes and solutions for The Linux Programing Interface book (TLPI)《UNIX/LINUX系统编程手册》笔记和解答☆110Updated 3 years ago
- AVL implementation which is as fast/compact as linux's rbtree☆367Updated 3 months ago
- 读书笔记,博客文章☆120Updated last month
- Shuo's learning notes on Linux TCP/IP stack☆123Updated 2 years ago
- Toy neural network☆231Updated 2 years ago
- 一个基于tun/tap设备编写的简易的tcp/ip协议栈.☆94Updated 8 years ago
- rudp 是在UDP上实现的可靠传输(rudp is a reliable transmission on UDP)☆180Updated 6 years ago
- libtask源码分析,libtask是一个协程库,由google的Russ Cox大佬写的☆75Updated 2 years ago
- A perf tool for C and Lua hybrid code☆72Updated last year
- Haclog(Happy Aync C log) is an extremely fast plain C logging library☆77Updated 4 months ago
- ☆370Updated last year
- 鎏光云游戏引擎☆708Updated 2 years ago
- A user-space TCP/IP stack☆33Updated 6 months ago
- pineapple lang 是一个简单的编程语言 demo. 它包含了个手写的递归下降解析器和一个简单的解释器. 虽然该语言甚至不是图灵完备的. 但 pineapple 的主要目的是让编译原理初学者有一个预热, 简单了解一个编程语言是怎么构建的.☆257Updated 2 years ago
- 这是一个仿制lua解释器的项目,我希望通过逐步实现lua解释器的各个部分,更加深刻地掌握lua的基本结构和运作原理。☆440Updated 2 years ago
- tu-lang(凸)是一种编程语言,旨在创造一种非常简单高效的-零依赖-语言(防秃)。已实现自举☆171Updated last week
- A QUIC implementation in C++11 coroutine☆97Updated last week
- Traditional Chinese translation of "What Every Programmer Should Know About Memory"☆87Updated 5 years ago
- 记录一下游戏常用单词的中英文对照☆171Updated 6 months ago
- 非常简单的一个VPN框架!☆73Updated 8 years ago
- ☆19Updated 2 years ago
- Linux 多线程服务端编程 一书的脚注合集☆20Updated 3 years ago
- 操作系统层面提供的 API 会在相当长的时间内保持接口不变,一旦学成,终生受用。理解和掌握这些基础 socket API 不仅可以最大化地去定制各种网络通信框架,更不用说使用市面上流行的网络通信库了,最重要的是,它会是你排查各种网络疑难杂症坚实的技术保障。☆82Updated 6 years ago
- ☆100Updated 3 years ago
- 《Lua解释器构建:从虚拟机到编译器》随书源码☆203Updated 2 years ago
- 这是一个展示epoll水平触发(level trigger)和边缘触发(edge trigger),分别在read和write两种情况下有什么表现的实验,目的是彻底搞清楚epoll的水平触发和边缘触发原理。☆33Updated 4 years ago