Skip to content
View bhhbazinga's full-sized avatar
🤡
🤡
Block or Report

Block or report bhhbazinga

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

Pinned

  1. LockFreeHashTable LockFreeHashTable Public

    Lock Free Resizable Hash Table Based On Split-Ordered Lists.

    C++ 62 8

  2. ConcurrentQueue ConcurrentQueue Public

    ConcurrentQueue implemented in c++, the algorithms involved are also used in Java ConcurrentLinkedQueue (Java Platform SE 8 ).

    C++ 22 3

  3. BPlusTree BPlusTree Public

    A simple persistent kv store based on B+Tree.

    C++ 21 4

  4. AOI AOI Public

    The purpose of this project is to compare the performance of three AOI models. They are Crosslink-Model, QuadTree-Model and Tower-Model.

    C++ 34 11

  5. Dyna-IL2CppDumper Dyna-IL2CppDumper Public

    Windows edition of IL2Cppdumper, dump data when the game is running, used to bypass protection and encryption.

    C 34 13

  6. ntop ntop Public

    A bpf-bcc tool used to show top N transport traffic

    Python