Pinned Repositories
-cpp-course
高性能并行编程与优化 - 课件
100-go-mistakes
Source code of 📖 100 Go Mistakes
4.4BSD-Lite2
User-mode TCP/IP stack from 4.4BSD-Lite2, a companion of TCP/IP Illustrated vol. 2
6.824-golabs-2020
MIT 6.824 2020
6.824-lab
ituring_books
图灵程序设计丛书分享
limiters
Golang rate limiters for distributed applications
MaxKB
💬 基于 LLM 大语言模型的知识库问答系统。开箱即用,支持快速嵌入到第三方业务系统,1Panel 官方出品。
shuhaohe's Repositories
shuhaohe/6.S081-2020
🎶 MIT 6.S081 Operating System Engineering (Now known as 6.1810)
shuhaohe/ants
🐜🐜🐜 ants is a high-performance and low-cost goroutine pool in Go, inspired by fasthttp./ ants 是一个高性能且低损耗的 goroutine 池。
shuhaohe/db-tutorial
💾 db-tutorial 是一个数据库教程。
shuhaohe/DistributedSystem-Series
:books: 深入浅出分布式基础架构,Linux 与操作系统篇 | 分布式系统篇 | 分布式计算篇 | 数据库篇 | 网络篇 | 虚拟化与编排篇 | 大数据与云计算篇
shuhaohe/dragonboat
A feature complete and high performance multi-group Raft library in Go.
shuhaohe/dtm
🔥A lightweight distributed transaction management service, support xa tcc saga. go分布式事务管理器。
shuhaohe/english-wordlists
常用英语词汇表
shuhaohe/gnet
🚀 gnet is a high-performance, lightweight, non-blocking, event-driven networking framework written in pure Go./ gnet 是一个高性能、轻量级、非阻塞的事件驱动 Go 网络框架。
shuhaohe/go-clean-template
Clean Architecture template for Golang services
shuhaohe/go-pprof-practice
go pprof practice.
shuhaohe/go-tracer
golang simple opentracing and opentelemetry sdk
shuhaohe/go-zero
go-zero is a web and rpc framework written in Go. It's born to ensure the stability of the busy sites with resilient design. Builtin goctl greatly improves the development productivity.
shuhaohe/gowp
golang worker pool , Concurrency limiting goroutine pool
shuhaohe/grok_sdi_educative
Grokking the System Design Interview Course
shuhaohe/GTM_Graduate.Texts.in.Mathematics
GTM - Graduate Texts in Mathematics
shuhaohe/json-tutorial
从零开始的 JSON 库教程
shuhaohe/jupiter
Jupiter是斗鱼开源的面向服务治理的Golang微服务框架
shuhaohe/kafka-go
Kafka library in Go
shuhaohe/linux_kernel_wiki
linux内核学习资料:200+经典内核文章,100+内核论文,50+内核项目,500+内核面试题,80+内核视频
shuhaohe/micro-go-book
《Go语言高并发与微服务实战》代码
shuhaohe/mydocker-1
参考《自己动手写 docker》从零开始实现一个简易的 docker 以及相关教程。
shuhaohe/ProgrammingRust
本书为《Programming Rust - Fast, Safe Systems Development》第2版的个人中文翻译,仅供学习和交流使用,如有侵权请联系作者删除
shuhaohe/qq
8亿QQ绑定数据泄露查询源码,附送数据。不定期更新下载地址 关注越多送的越多
shuhaohe/sqlc
Generate type-safe code from SQL
shuhaohe/sqrl
Fluent SQL generation for golang
shuhaohe/system-design-resources
These are the best resources for System Design on the Internet
shuhaohe/tcpipillustrated
shuhaohe/tikv
Distributed transactional key-value database, originally created to complement TiDB
shuhaohe/tinkv
[WIP] ✨ TinKV is a simple and fast key-value storage written in Rust, which provides a bultin CLI and a Redis compatible server.
shuhaohe/xv6-riscv
Xv6 for RISC-V