AC19981002's Stars
golang/go
The Go programming language
google/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
antlr/antlr4
ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.
antlr/grammars-v4
Grammars written for ANTLR v4; expectation that the grammars are free of actions.
docker-archive/docker-ce
:warning: This repository is deprecated and will be archived (Docker CE itself is NOT deprecated) see the https://github.com/docker/docker-ce/blob/master/README.md :warning:
link1st/go-stress-testing
go 实现的压测工具,ab、locust、Jmeter压测工具介绍【单台机器100w连接压测实战】
nutsdb/nutsdb
A simple, fast, embeddable, persistent key/value store written in pure Go. It supports fully serializable transactions and many data structures such as list, set, sorted set.
JetBrains/intellij-platform-plugin-template
Template repository for creating plugins for IntelliJ Platform
sealerio/sealer
Build, Share and Run Both Your Kubernetes Cluster and Distributed Applications (Project under CNCF)
qianguyihao/blog-list
中文博客琅琊榜,只收录精品独立博客
davidmoten/rtree
Immutable in-memory R-tree and R*-tree implementations in Java with reactive api
stoneatom/stonedb
StoneDB is an Open-Source MySQL HTAP and MySQL-Native DataBase for OLTP, Real-Time Analytics, a counterpart of MySQLHeatWave. (https://stonedb.io)
gousiosg/java-callgraph
Programs for producing static and dynamic (runtime) call graphs for Java programs
Adrninistrator/java-all-call-graph
Generate all call graph for Java Code.
fuzhengwei/itstack-demo-bytecode
本专栏主要针对字节码编程系列知识栈进行编写文章学习。在字节码编程方便有三个比较常见的框架;ASM、Javassit、Byte-buddy,他们都可以使用自己的API方式进行字节码的插装,通过这样增强方法的方式就可以和Javaagent结合起来开发非入侵的全链路监控服务,以及做反射、中间件和混淆代码等
zhangyunhao116/skipset
skipset is a high-performance, scalable concurrent sorted set based on skip-list. Up to 15x faster than sync.Map in the typical pattern.
zhangyunhao116/skipmap
skipmap is a high-performance, scalable concurrent sorted map based on skip-list. Up to 10x faster than sync.Map in the typical pattern.
stuarthu/go-implement-your-cache-server
fang-yan-peng/diff-jacoco
对jacoco代码做改造,实现增量覆盖率。覆盖率报告持久化到数据库,对于增量测试过的代码不会回退。
brobwind/BroNil
A simple local http proxy server run in Android device
sorra/TraceSonar
Call graph analyzer for Java
yuzg667/covGo
https://yuzg667.github.io/covGo/
dahuoyzs/javaagent-demo
几个javaagent的小栗子
niesfisch/java-code-tracer
JCT is a call graph generator that works via byte code instrumentation. it records the flow through your application to gather call statistics. It helps to analyze which code is still used in production and which code can be removed (e.g. for big monolithic legacy applications)
alex2chen/data-aggregate-parent
:ribbon:随着服务化越来越多,单个VO或BO属性拆分之痛已成为业务系统日益突出的问题,数据聚合组件不是一个服务编排,而是数据依赖解析服务
areyouok/simple-rpc
aiddroid/java-callgraph
A tool to help you generate java call graph.
wangcwangc/CallGraph
Call graph analysis for Java project
chenchi2038/gitit-bigger
Gitit Bigger: 最好的个人、团队Wiki/文档方案(Git、Markdown、Bootstrap、Ace、Docker)
MysterAitch/intellij-platform-plugin-template
Template repository for creating plugins for IntelliJ Platform