• Stars
    star
    1
  • Language
    C++
  • Created almost 5 years ago
  • Updated almost 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Hazard Pointer implemented in C++ with RAII style.

More 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

WaitFreeQueue

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