polyzy's Stars
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
labuladong/fucking-algorithm
刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why.
ziishaned/learn-regex
Learn regex the easy way
google/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
conwnet/github1s
One second to read GitHub code with VS Code.
abseil/abseil-cpp
Abseil Common Libraries (C++)
panjf2000/ants
🐜🐜🐜 ants is the most powerful and reliable pooling solution for Go.
soulmachine/leetcode
LeetCode题解,151道题完整版。
Dod-o/Statistical-Learning-Method_Code
手写实现李航《统计学习方法》书中全部算法
panjf2000/gnet
🚀 gnet is a high-performance, lightweight, non-blocking, event-driven networking framework written in pure Go.
patrickmn/go-cache
An in-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications.
NobyDa/Script
This project is based on the scripting capabilities of several excellent iOS proxy tools (e.g. Surge, Quantumult X)
MysteryVaibhav/leetcode_company_wise_questions
This is a repository containing the list of company wise questions available on leetcode premium
syndtr/goleveldb
LevelDB key/value database in Go.
golang-design/go-questions
📖 Go 程序员面试笔试宝典 | 从问题切入,串连 Go 语言相关的所有知识,融会贯通。 https://golang.design/go-questions
baidu/braft
An industrial-grade C++ implementation of RAFT consensus algorithm based on brpc, widely used inside Baidu to build highly-available distributed systems.
cch123/golang-notes
Go source code analysis(zh-cn)
google/btree
BTree provides a simple, ordered, in-memory data structure for Go programs.
mholt/timeliner
All your digital life on a single timeline, stored locally -- DEPRECATED, SEE TIMELINIZE (link below)
resumejob/interview-questions
Interview Questions for Google, Amazon, Apple, etc. 根据超过 2000 篇真实面经整理的腾讯,阿里,字节跳动,Shopee,美团,滴滴高频面试题
juju/ratelimit
Efficient token-bucket-based rate limiter package.
6dylan6/jdpro
KeKe-Li/data-structures-questions
golang sorting algorithm and data construction.
coreos/etcd-operator
etcd operator creates/configures/manages etcd clusters atop Kubernetes
resumejob/Leetcode-retag
重新分类 Leetcode 高频题
karlseguin/ccache
A golang LRU Cache for high concurrency
ZhangHanDong/tao-of-rust-codes
《Rust编程之道》随书源码
zhxie/ikago
IkaGo is a proxy which helps bypassing UDP blocking, UDP QoS and NAT firewall written in Go.
6dylan6/auto_comment
带图评价
snipercy/leveldb
leveldb源码阅读和重写,重写的过程中加上注释方便理解。