Starred repositories
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs,…
Tinyhttpd 是J. David Blackstone在1999年写的一个不到 500 行的超轻量型 Http Server,用来学习非常不错,可以帮助我们真正理解服务器程序的本质。官网:http://tinyhttpd.sourceforge.net
mimalloc is a compact general purpose allocator with excellent performance.
A repository for learning various heap exploitation techniques.
A generic dynamo implementation for different k-v storage engines
A blazing fast and lightweight C asymmetric coroutine library 💎 ⛅🚀⛅🌞
TinyVM is a small, fast, lightweight virtual machine written in pure ANSI C.
Simple kernel for learning operating systems. 用于学习操作系统的简单内核
学习C & C++ & python&汇编语言 LLVM编译器 数据结构 算法 操作系统 单片机 linux 面试
luna programming language - a small, elegant VM implemented in C
MPI programming lessons in C and executable code examples
A very fast transactional key-value, embedded database storage engine in Fractal-Tree. Teaching/Research purposes only.