Skip to content
View ByteBallad's full-sized avatar

Block or report ByteBallad

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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. BBOSourceCode BBOSourceCode Public

    The reference code for the published paper is included here.

    MATLAB

  2. Event_cycle Event_cycle Public

    C++

  3. BasicObjectPool BasicObjectPool Public

    简单对象池的实现,完成多线程下,对象的申请和归还操作。

  4. ObjectPool ObjectPool Public

    添加定时器的对象池,创建一个额外线程来执行定时任务(定时驱逐空闲对象和定时放逐活动对象)。

    C++

  5. ThreadPool ThreadPool Public

    通过利用KeyedObjectPool实现连接Mysql的连接池DBConnPool,并实现线程池FixedThreadPool和CachedThreadPool。

    C++