Pinned Repositories
30dayMakeOS
《30天自制操作系统》源码中文版。自己制作一个操作系统(OSASK)的过程
AIOS
AIOS: LLM Agent Operating System
Algorithm-learning-through-Problems
auto-report
哈小深每日自动上报
Backend-interview
只收录面试题,不提供答案(只是做一个索引),方向是C++/操作系统/计算机网络/数据库
BtreeComp
buttonrpc_cpp14
几百行代码实现的modern c++ rpc library
Distributedsys-2020
6.824-2020
Gdelta
Delta encoding algorithm for fine-grained deduplicaition
gdelta_zstd
A delta compression algorithm using Zstd.
AnsonHooL's Repositories
AnsonHooL/Distributedsys-2020
6.824-2020
AnsonHooL/gdelta_zstd
A delta compression algorithm using Zstd.
AnsonHooL/Gdelta
Delta encoding algorithm for fine-grained deduplicaition
AnsonHooL/AIOS
AIOS: LLM Agent Operating System
AnsonHooL/auto-report
哈小深每日自动上报
AnsonHooL/Backend-interview
只收录面试题,不提供答案(只是做一个索引),方向是C++/操作系统/计算机网络/数据库
AnsonHooL/BtreeComp
AnsonHooL/Coding_Note
Leetcode
AnsonHooL/CompressGraph
AnsonHooL/deltabench
A delta benchmark tool for xdelta, gdelta, edelta using Odess similarity detection.
AnsonHooL/FastToG
Code implement for FastToG
AnsonHooL/gdelta-1
A delta compression algorithem better than Xdelta
AnsonHooL/JavaGuide
「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide!
AnsonHooL/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
AnsonHooL/libco
libco is a coroutine library which is widely used in wechat back-end service. It has been running on tens of thousands of machines since 2013.
AnsonHooL/libhv
Like libevent, libev, and libuv, libhv provides event-loop with non-blocking IO and timer, but simpler apis and richer protocols.
AnsonHooL/libjson-rpc-cpp
C++ framework for json-rpc (json remote procedure call)
AnsonHooL/memory-allocators
Custom memory allocators in C++ to improve the performance of dynamic memory allocation
AnsonHooL/MIT-6.824
AnsonHooL/oceanbase
A distributed, banking suitable, open-source related database featuring high scalability and high compatibility.
AnsonHooL/paper_reading_list
Some paper lists related to storage systems
AnsonHooL/read-libtask-code
libtask源码分析,libtask是一个协程库,由google的Russ Cox大佬写的
AnsonHooL/rest_rpc
modern C++(C++11), simple, easy to use rpc framework
AnsonHooL/rosedb
A simple k-v database in pure Golang, supports string, list, hash, set, sorted set. Go 语言实现的 k-v 数据库项目,简洁易懂,适合新手进阶,欢迎 Pr!
AnsonHooL/s_task
awaitable coroutine library for C
AnsonHooL/sfpatcher
stable & fast to patch apk archive, for android app store. 针对安卓应用商店而优化的增量更新算法。
AnsonHooL/tinymuduo
Network Library
AnsonHooL/TinyWebServer
:fire: Linux下C++轻量级Web服务器
AnsonHooL/workflow
C++ Parallel Computing and Asynchronous Networking Engine
AnsonHooL/xv6-2019
os lab 6.S081