Pinned Repositories
redsync
Distributed mutual exclusion lock using Redis for Go
CheckHu
胡牌算法
cpp-base64
base64 encoding and decoding with c++
go-clickhouse-batchinsert
go client (batch insert) base on https://github.com/kshvakov/clickhouse/
go-skiplist
SkipList and Indexable skiplist
gomt
go mod tree, more human readable than go mod graph.
gotree
Print go dependency tree
piece_of_shit
write some shitty code
rapidjson-converter
基于rapidjson的动态ToJson和FromJson,以简化rapidjson的使用
xgrpc
grpc-pool, especially for kit factory
MaruHyl's Repositories
MaruHyl/go-clickhouse-batchinsert
go client (batch insert) base on https://github.com/kshvakov/clickhouse/
MaruHyl/go-skiplist
SkipList and Indexable skiplist
MaruHyl/gomt
go mod tree, more human readable than go mod graph.
MaruHyl/gotree
Print go dependency tree
MaruHyl/CheckHu
胡牌算法
MaruHyl/rapidjson-converter
基于rapidjson的动态ToJson和FromJson,以简化rapidjson的使用
MaruHyl/xgrpc
grpc-pool, especially for kit factory
MaruHyl/cpp-base64
base64 encoding and decoding with c++
MaruHyl/piece_of_shit
write some shitty code
MaruHyl/openbilibili
https://github.com/openbilibili/go-common 备份(反正是啥咱也不知道,咱也不敢问)
MaruHyl/redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.
MaruHyl/ringbuf
Lock-free ring buffer (MPSC)