Pinned Repositories
gev
🚀Gev is a lightweight, fast non-blocking TCP network library / websocket server based on Reactor mode. Support custom protocols to quickly and easily build high-performance servers.
ants
🐜🐜🐜 ants is a high-performance and low-cost goroutine pool in Go, inspired by fasthttp./ ants 是一个高性能且低损耗的 goroutine 池。
apisix
The Cloud-Native API Gateway
builder
cache2go
Concurrency-safe Go caching library with expiration capabilities and access counters
co
A go-style coroutine library in C++11 and more.
im-server
For research
jupiter
Jupiter: Governance-oriented Microservice Framework.
etcd
Distributed reliable key-value store for the most critical data of a distributed system
kratos
Your ultimate Go microservices framework for the cloud-native era.
Comolli's Repositories
Comolli/ants
🐜🐜🐜 ants is a high-performance and low-cost goroutine pool in Go, inspired by fasthttp./ ants 是一个高性能且低损耗的 goroutine 池。
Comolli/apisix
The Cloud-Native API Gateway
Comolli/builder
Comolli/co
A go-style coroutine library in C++11 and more.
Comolli/coder2gwy
互联网首份程序员考公指南,由3位已经进入体制内的前大厂程序员联合献上。
Comolli/etcd
Distributed reliable key-value store for the most critical data of a distributed system
Comolli/etcd-markdown
etcd source code markdown in keypoint insight(hyper clarity shit,bro....)
Comolli/etcdadm
Comolli/exgate-client
the exchange gateway client repository, for example etc.
Comolli/fp-go
functional programming library for golang
Comolli/g_matching_engine
matching_engine
Comolli/goutil
💪 Helper Utils For The Go: string, array/slice, map, format, cli, env, filesystem, test and more. Go 的一些工具函数,格式化,特殊处理,常用信息获取等等
Comolli/kstone
Kstone is an etcd management platform, providing cluster management, monitoring, backup, inspection, data migration, visual viewing of etcd data, and intelligent diagnosis.
Comolli/Matching_engine_research
Comolli/merge_sort
merge_sort
Comolli/mosn
MOSN is a cloud native proxy for edge or service mesh. https://mosn.io
Comolli/network-go
optimize linux_socket,such as zero_copy_socket..etc
Comolli/nomad
Nomad is an easy-to-use, flexible, and performant workload orchestrator that can deploy a mix of microservice, batch, containerized, and non-containerized applications. Nomad is easy to operate and scale and has native Consul and Vault integrations.
Comolli/Open-IM-Server
即时通讯IM
Comolli/prometheus
The Prometheus monitoring system and time series database.
Comolli/ringbuffer
EZ_ringbuffer implment
Comolli/segment_tree
EZ segement_tree implment in golang
Comolli/shiny_redis
redis_tiny&implment some common datastructure of redis in go
Comolli/shiny_session
session_plus for package net/http
Comolli/solana_aggregate
Comolli/time_wheel
High precision, performance ,ease of use
Comolli/trie_tree
EZ trie_tree implment in golang
Comolli/viabtc_exchange_server
A trading engine with high-speed performance and real-time notification
Comolli/Xline
Comolli/xmm
XMM is a high performance third party memory manager for Go environments that is not affected by Gc and guarantees high performance. XMM是一个在Go语言环境中完全自主实现的第三方内存管理库,不依赖于Go本身的任何内存管理能力,纯自主实现能够应对各种场景下大小内存的 分配/释放 工作,能自主构建高性能的 链表/树/哈希表等各类数据结构,能良好完美的逃逸掉Go内置的GC机制,是构建高性能程序基础设施。