wuduozhi's Stars
BurntSushi/ripgrep
ripgrep recursively searches directories for a regex pattern while respecting your gitignore
go-gorm/gorm
The fantastic ORM library for Golang, aims to be developer friendly
sharkdp/fd
A simple, fast and user-friendly alternative to 'find'
ajeetdsouza/zoxide
A smarter cd command. Supports all major shells.
apache/rocketmq
Apache RocketMQ is a cloud native messaging and streaming platform, making it simple to build event-driven applications.
cloudwego/kitex
Go RPC framework with high-performance and strong-extensibility for building micro-services.
svenstaro/miniserve
🌟 For when you really just want to serve some files over HTTP right now!
hashicorp/go-plugin
Golang plugin system over RPC.
google/tcmalloc
Jeiwan/blockchain_go
A simplified blockchain implementation in Golang
cloudwego/netpoll
A high-performance non-blocking I/O networking framework focusing on RPC scenarios.
redis-rs/redis-rs
Redis library for rust
cenkalti/backoff
⏱ The exponential backoff algorithm in Go
talent-plan/tinykv
A course to build distributed key-value service based on TiKV model
rust-unofficial/too-many-lists
Learn Rust by writing Entirely Too Many linked lists
TheWaWaR/simple-http-server
Simple http server in Rust (Windows/Mac/Linux)
bytedance/gopkg
Universal Utilities for Go
mitsuhiko/similar
A high level diffing library for rust based on diffs
ouchuangxin/leave-sample
本代码来源于极客时间《DDD实战》专栏。
panjf2000/goproxy
🦁 goproxy is a proxy server which can forward http or https requests to remote servers./ goproxy 是一个反向代理服务器,支持转发 http/https 请求。
thrift-iterator/go
decode/encode thrift message without IDL
cloudwego/thriftgo
An implementation of thrift compiler in go language.
go-lark/lark
An easy-to-use SDK for Feishu and Lark Open Platform (Instant Messaging API only)
steveklabnik/simple-server
A simple webserver built on top of the Rust standard library and the http crate.
marusama/cyclicbarrier
CyclicBarrier golang implementation
WeAthFoLD/rust-too-many-lists-zhcn
《Learn Rust With Entirely Too Many Linked Lists》 简体中文翻译
Diffblue-benchmarks/Zhisheng17-flink-learning
flink learning blog. http://www.54tianzhisheng.cn/tags/Flink/
anonymousGiga/web-server
seanchen1991/rust-data-structures
Just messing around with implementing data structures in Rust.
yangrujing/select-poll-epoll
高级I/O