bhhbazinga

Results 9 repositories owned by bhhbazinga

LockFreeHashTable

62
Stars
8
Forks
Watchers

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

AOI

34
Stars
11
Forks
Watchers

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

BPlusTree

21
Stars
4
Forks
Watchers

A simple persistent kv store based on B+Tree.

ConcurrentQueue

22
Stars
3
Forks
Watchers

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

Dyna-IL2CppDumper

34
Stars
13
Forks
Watchers

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

LockFreeLinkedList

31
Stars
8
Forks
Watchers

Lock Free Linked List Based On Harris'OrderedListBasedSet And Michael's Hazard Pointer.

LockFreeQueue

35
Stars
2
Forks
Watchers

Lock Free Queue Based On Hazard Pointer.

LockFreeSkipList

15
Stars
0
Forks
Watchers

A set implementation based on lockfree skiplist.

socks5

15
Stars
4
Forks
Watchers

A light weight socks5 proxy server implemented in c using epoll and nonblocking socket.