Here’s something encrypted, password is required to continue reading.
-
LibCSTL开发手记
前言项目地址:https://github.com/jelasin/LibCSTL 移植Linux内核一些优秀的数据结构和算法和一些其他的常用数据结构和算法模板。 Linux Kernel list 移植优化移植后我们只需要将list_node定义在你自己的结构体中即可。为了可读性和操作简化,请把list_node定义在结构体头部,虽然对于list来说你不把它定义在头部也没有关系。 数据结构... -
LibCoroutine开发手记
简介项目地址:https://github.com/jelasin/LibCoroutine 使用C开发的一个协程库,支持协程同步,动态添加,通过调度器进行协程调度。 整体架构等待队列这里只画了一个,实际上每个条件变量都有一个自己的等待队列。 数据结构co_types.h123456789101112131415161718192021222324252627282930313233343... -
LLM开发指南
Here’s something encrypted, password is required to continue reading.
-
RAG开发指南
Here’s something encrypted, password is required to continue reading.
-
嵌入式Rust开发指南
Here’s something encrypted, password is required to continue reading.
-
动手写Linux-x64操作系统
Here’s something encrypted, password is required to continue reading.
-
Linux-Rust-内核开发
Here’s something encrypted, password is required to continue reading.
-
Linux-C-内核开发
Here’s something encrypted, password is required to continue reading.
-
动手写Linux-x86操作系统
Here’s something encrypted, password is required to continue reading.