Pinned Repositories
cloud-dev
云研发,是一种生于云上的闭环 + 代码化的软件开发方式。它可以让业务人员、开发人员、运营人员等在同一个云端共同协作、透明化地完成整个软件的生命周期(需求、设计、编码、构建、部署、运营),而非相互隔离,又或者是借助于多个软件才能完成工作。
etcd
Distributed reliable key-value store for the most critical data of a distributed system
flink
Mirror of Apache Flink
go
The Go programming language
go-1
A high-performance 100% compatible drop-in replacement of "encoding/json"
go-cache
An in-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications.
go-patterns
Curated list of Go design patterns, recipes and idioms
go-sonic
Sonic driver written in Go.
hazelcast
Open Source In-Memory Data Grid
magicbox
wangchangjin1986's Repositories
wangchangjin1986/magicbox
wangchangjin1986/cloud-dev
云研发,是一种生于云上的闭环 + 代码化的软件开发方式。它可以让业务人员、开发人员、运营人员等在同一个云端共同协作、透明化地完成整个软件的生命周期(需求、设计、编码、构建、部署、运营),而非相互隔离,又或者是借助于多个软件才能完成工作。
wangchangjin1986/etcd
Distributed reliable key-value store for the most critical data of a distributed system
wangchangjin1986/flink
Mirror of Apache Flink
wangchangjin1986/go
The Go programming language
wangchangjin1986/go-1
A high-performance 100% compatible drop-in replacement of "encoding/json"
wangchangjin1986/go-cache
An in-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications.
wangchangjin1986/go-patterns
Curated list of Go design patterns, recipes and idioms
wangchangjin1986/go-sonic
Sonic driver written in Go.
wangchangjin1986/hazelcast
Open Source In-Memory Data Grid
wangchangjin1986/java-callgraph
Programs for producing static and dynamic (runtime) call graphs for Java programs
wangchangjin1986/log
Logging implementation for Rust
wangchangjin1986/pyflame
Pyflame: A Ptracing Profiler For Python
wangchangjin1986/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, HyperLogLogs, Bitmaps.
wangchangjin1986/redis-monitor
monitor redis perfmonance、master-slave status
wangchangjin1986/redis-py-cluster
Python cluster client for the official cluster support targeted for redis 3.0
wangchangjin1986/RoaringBitmap
A better compressed bitset in Java
wangchangjin1986/sofa-ark
SOFAArk is a light-weight,java based classloader isolation framework.
wangchangjin1986/sonic-channel
Rust client for sonic search backend
wangchangjin1986/springboot-learning-example
spring boot 实践学习案例,是 spring boot 初学者及核心技术巩固的最佳实践。
wangchangjin1986/testify
A sacred extension to the standard go testing package
wangchangjin1986/tikv
Distributed transactional key-value database, originally created to complement TiDB