winflex's Stars
cloudwego/hertz
Go HTTP framework with high-performance and strong-extensibility for building micro-services.
gorilla/websocket
Package gorilla/websocket is a fast, well-tested and widely used WebSocket implementation for Go.
tidwall/evio
Fast event-loop networking for Go
eranyanay/1m-go-websockets
handling 1M websockets connections in Go
dgraph-io/ristretto
A high performance memory-bound Go cache
felixge/fgprof
🚀 fgprof is a sampling Go profiler that allows you to analyze On-CPU as well as Off-CPU (e.g. I/O) time together.
panjf2000/gnet
🚀 gnet is a high-performance, lightweight, non-blocking, event-driven networking framework written in pure Go.
golang-standards/project-layout
Standard Go Project Layout
youngyangyang04/leetcode-master
《代码随想录》LeetCode 刷题攻略:200道经典题目刷题顺序,共60w字的详细图解,视频难点剖析,50余张思维导图,支持C++,Java,Python,Go,JavaScript等多语言版本,从此算法学习不再迷茫!🔥🔥 来看看,你会发现相见恨晚!🚀
xuxueli/xxl-job
A distributed task scheduling framework.(分布式任务调度平台XXL-JOB)
maemual/raft-zh_cn
Raft一致性算法论文的中文翻译
CodisLabs/codis
Proxy based Redis cluster solution supporting pipeline and scaling dynamically
Terry-Mao/goim
goim
apache/dubbo-go
Go Implementation For Apache Dubbo .
halfrost/LeetCode-Go
✅ Solutions to LeetCode by Go, 100% test coverage, runtime beats 100% / LeetCode 题解
alibaba/otter
阿里巴巴分布式数据库同步系统(解决中美异地机房)
alibaba/canal
阿里巴巴 MySQL binlog 增量订阅&消费组件
2227324689/gpmall
【咕泡学院实战项目】-基于SpringBoot+Dubbo构建的电商平台-微服务架构、商城、电商、微服务、高并发、kafka、Elasticsearch
pingcap/tidb
TiDB - the open-source, cloud-native, distributed SQL database designed for modern applications.
lightbend/config
configuration library for JVM languages using HOCON files
Vonng/ddia
《Designing Data-Intensive Application》DDIA中文翻译
dropwizard/metrics
:chart_with_upwards_trend: Capturing JVM- and application-level metrics. So you know what's going on.
brendangregg/FlameGraph
Stack trace visualizer
v2ray/v2ray-core
A platform for building proxies to bypass network restrictions.
MisterBooo/LeetCodeAnimation
Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路)
stalary/Source-code-analysis
java8源码分析
apache/rocketmq
Apache RocketMQ is a cloud native messaging and streaming platform, making it simple to build event-driven applications.
leandromoreira/linux-network-performance-parameters
Learn where some of the network sysctl variables fit into the Linux/Kernel network flow. Translations: 🇷🇺
nutzam/nutz
Nutz -- Web Framework(Mvc/Ioc/Aop/Dao/Json) for ALL Java developer
winflex/jmessaging
A light-weight, easy-to-use RPC framework