Starred repositories
📚 《Go语言定制指南》(原名:Go语法树入门/开源免费图书/Go语言进阶/掌握抽象语法树/Go语言AST)
Algorithms and Data Structures implemented in Go for beginners, following best practices.
An in-memory cache library for golang. It supports multiple eviction policies: LRU, LFU, ARC
groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases.
7 days golang programs from scratch (web framework Gee, distributed cache GeeCache, object relational mapping ORM framework GeeORM, rpc framework GeeRPC etc) 7天用Go动手写/从零实现系列
2021年最新整理, C++ 学习资料,含C++ 11 / 14 / 17 / 20 / 23 新特性、入门教程、推荐书籍、优质文章、学习笔记、教学视频等
Single header static reflection library for C++14 and above
《Effective Modern C++》- 完成翻译
A poor intern whose 6000+ contribution being smeared as "meanless" from Zeno
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
A fast JSON parser/generator for C++ with both SAX/DOM style API
Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate code
Simple network management protocol agent for linux system, written in C++
A keyboard shortcut browser extension for keyboard-based navigation and tab operations with an advanced omnibar
A memorization tool for Gojuon, featuring statistics of accuracy and speed.
基于Netty、Nacos实现的网关以及RPC。学习完毕当前项目可以帮助你深入理解Netty。