houkx's Stars
crossoverJie/JCSprout
👨🎓 Java Core Sprout : basic, concurrent, algorithm
nsqio/nsq
A realtime distributed messaging platform
redisson/redisson
Redisson - Valkey and Redis Java client. Complete Real-Time Data Platform. Sync/Async/RxJava/Reactive API. Over 50 Valkey and Redis based Java objects and services: Set, Multimap, SortedSet, Map, List, Queue, Deque, Semaphore, Lock, AtomicLong, Map Reduce, Bloom filter, Spring, Tomcat, Scheduler, JCache API, Hibernate, RPC, local cache..
chai2010/advanced-go-programming-book
:books: 《Go语言高级编程》开源图书,涵盖CGO、Go汇编语言、RPC实现、Protobuf插件实现、Web框架实现、分布式系统等高阶主题(完稿)
boltdb/bolt
An embedded key/value database for Go.
panjf2000/ants
🐜🐜🐜 ants is the most powerful and reliable pooling solution for Go.
capnproto/capnproto
Cap'n Proto serialization/RPC system - core tools and C++ library
hashicorp/raft
Golang implementation of the Raft consensus protocol
jbaysolutions/vue-grid-layout
A draggable and resizable grid layout, for Vue.js.
HDT3213/godis
A Golang implemented Redis Server and Cluster. Go 语言实现的 Redis 服务器和分布式集群
zhanggyb/nndl
Another Chinese Translation of Neural Networks and Deep Learning
edsrzf/mmap-go
A portable mmap package for Go
medcl/esm
An simple Elasticsearch migration tool.
xtaci/gaio
High performance minimalism async-io(proactor) networking for Golang.
libp2p/go-reuseport
reuse tcp/udp ports in golang
RussellLuo/timingwheel
Golang implementation of Hierarchical Timing Wheels.
hashicorp/go-discover
Discover nodes in cloud environments
timtadh/fs2
B+ Tree - List - File Structures 2 - Memory Mapped File Structures for Go
ncw/directio
This is library for the Go language to enable use of Direct IO under all OSes
valinurovam/garagemq
AMQP message broker implemented with golang
chfenger/goNum
开源Go语言数值算法库(An open numerical library purely based on Go programming language)
zupzup/golang-http-file-upload-download
A simple example of an HTTP upload and download in Go
intoolswetrust/ldap-server
Simple in-memory LDAP server for testing purposes - single JAR based on ApacheDS
parsyl/parquet
A library for reading and writing parquet files.
yuqi1129/schema
A SQL driver framework that supports multiple data source
GoCollaborate/src
A light-weight distributed stream computing framework for Golang
Mnwa/GoBench
Go benchmarks
confluentinc/kafka-connect-hdfs
Kafka Connect HDFS connector
hslam/sendfile
Package sendfile wraps the sendfile system call.
JeffreyDing11223/goBreaker
circuitBreaker based on golang,easy to use or rewrite