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

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.

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

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

Report abuse

Pinned Loading

  1. LockFreeHashTableLockFreeHashTablePublic

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

    C++ 69 9

  2. ConcurrentQueueConcurrentQueuePublic

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

    C++ 23 3

  3. BPlusTreeBPlusTreePublic

    A simple persistent kv store based on B+Tree.

    C++ 23 4

  4. AOIAOIPublic

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

    C++ 35 13

  5. Dyna-IL2CppDumperDyna-IL2CppDumperPublic

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

    C 39 13

  6. ntopntopPublic

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

    Python