vigilglc's Stars
google/comprehensive-rust
This is the Rust course used by the Android team at Google. It provides you the material to quickly teach Rust.
buraksezer/olric
Distributed, in-memory key/value store and cache. It can be used as an embedded Go library and a language-independent service.
buraksezer/consistent
Consistent hashing with bounded loads in Golang
lithammer/shortuuid
A generator library for concise, unambiguous and URL-safe UUIDs
cch123/gogctuner
auto adjust your GOGC value
influxdata/influxdb
Scalable datastore for metrics, events, and real-time analytics
sinsay/sinsay.github.io
my blog
ergo-services/ergo
An actor-based Framework with network transparency for creating event-driven architecture in Golang. Inspired by Erlang. Zero dependencies.
streadway/amqp
Go client for AMQP 0.9.1
drobakowski/awesome-erlang
A curated list of awesome Erlang libraries, resources and shiny things.
rabbitmq/rabbitmq-server
Open source RabbitMQ: core server and tier 1 (built-in) plugins
google/btree
BTree provides a simple, ordered, in-memory data structure for Go programs.
Sunt-ing/database-system-readings
:yum: A curated reading list about database systems
talent-plan/tinykv
A course to build distributed key-value service based on TiKV model
talent-plan/tinysql
A course to build the SQL layer of a distributed database.
dunwu/db-tutorial
📚 后端程序员应该掌握的主流数据库知识
sunface/rust-course
“连续八年成为全世界最受喜爱的语言,无 GC 也无需手动内存管理、极高的性能和安全性、过程/OO/函数式编程、优秀的包管理、JS 未来基石" — 工作之余的第二语言来试试 Rust 吧。本书拥有全面且深入的讲解、生动贴切的示例、德芙般丝滑的内容,这可能是目前最用心的 Rust 中文学习教程 / Book
aagu/go-stream
golang implement of Java Stream API
panicake/stream
Go Stream API, inspired by Java Stream API
RedSpider1/concurrent
这是RedSpider社区成员原创与维护的Java多线程系列文章。
CDDSCLab/training-plan
电子科技大学分布式存储与计算实验室新生训练计划
sunface/rust-by-practice
Learning Rust By Practice, narrowing the gap between beginner and skilled-dev through challenging examples, exercises and projects.
BurntSushi/ripgrep
ripgrep recursively searches directories for a regex pattern while respecting your gitignore
hardcore-os/corekv
OneSizeFitsQuorum/raft-thesis-zh_cn
Raft 博士论文的中文翻译
fatedier/frp
A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
rjl493456442/leveldb-handbook
Analysis leveldb source code step by step
yanfeizhang/coder-kung-fu
开发内功修炼
talkgo/night
Weekly Go Online Meetup via Bilibili|Go 夜读|通过 bilibili 在线直播的方式分享 Go 相关的技术话题,每天大家在微信/telegram/Slack 上及时沟通交流编程技术话题。
pingcap/awesome-database-learning
A list of learning materials to understand databases internals