Skip to content
View hackbaby's full-sized avatar

Block or report hackbaby

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. brpc brpc Public

    Forked from apache/brpc

    Most common RPC framework used throughout Baidu, with 600,000+ instances and 500+ kinds of services, called "baidu-rpc" inside Baidu.

    C++

  2. btrace btrace Public

    Forked from btraceio/btrace

    BTrace - a safe, dynamic tracing tool for the Java platform

    Java

  3. async-profiler async-profiler Public

    Forked from async-profiler/async-profiler

    Sampling CPU and HEAP profiler for Java featuring AsyncGetCallTrace + perf_events

    C++

  4. aggregate-framework aggregate-framework Public

    Forked from changmingxie/aggregate-framework

    Aggregate Framework是为方便开发人员运用DDD和CQRS思想来构建复杂的、可扩展的Java企业应用系统而提供的Java技术框架。该框架提供了Aggregate、Repository、Domain Event等构建块的实现;使用DomainEvent,借助于内建的Disruptor组件,AggregateFramework可使开发人员方便的实现高性能SEDA架构。此外,该框架…

    Java