@bhhbazinga
  • Stars
    star
    298
  • Global Rank 89,566 (Top 4 %)
  • Followers 64
  • Following 101
  • Registered over 10 years ago
  • Most used languages
    C++
    50.0 %
    C
    37.5 %
    Go
    12.5 %
  • Location ๐Ÿ‡จ๐Ÿ‡ณ China
  • Country Total Rank 12,388
  • Country Ranking
    C++
    802
    C
    1,325
    Go
    2,681

Top repositories

1

LockFreeHashTable

Lock Free Resizable Hash Table Based On Split-Ordered Lists.
C++
64
star
2

LockFreeQueue

Lock Free Queue Based On Hazard Pointer.
C++
37
star
3

Dyna-IL2CppDumper

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

AOI

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
star
5

LockFreeLinkedList

Lock Free Linked List Based On Harris'OrderedListBasedSet And Michael's Hazard Pointer.
C++
33
star
6

ConcurrentQueue

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

BPlusTree

A simple persistent kv store based on B+Tree.
C++
21
star
8

socks5

A light weight socks5 proxy server implemented in c using epoll and nonblocking socket.
C
20
star
9

LockFreeSkipList

A set implementation based on lockfree skiplist.
Go
15
star
10

lrbtree

lua-bind for rbtree ported from linux kernal
C
8
star
11

socks5-go

A light weight socks5 proxy server implemented in go which contains a local side and a remote side. you can use it to surf the Internet scientifically!
Go
3
star
12

ebpf-proxy-test

Compare a proxy-server using ebpf sockmap redirect with a normal proxy server using poll.
C
2
star
13

ebpf-tx-xdp-tunnel

C
1
star
14

lmjalgo

ๅธฆ้ฌผ็‰Œ้บปๅฐ†็š„่ƒก็‰Œ็ฎ—ๆณ•
C
1
star
15

HazardPointer

Hazard Pointer implemented in C++ with RAII style.
C++
1
star
16

WaitFreeQueue

Wait Free Queue Base On The Paper Wait-Free Queues With Multiple Enqueuers and Dequeuers
C++
1
star