• Stars
    star
    37
  • Rank 720,807 (Top 15 %)
  • Language
    C++
  • Created about 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

Lock Free Queue Based On Hazard Pointer.

More Repositories

1

LockFreeHashTable

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

Dyna-IL2CppDumper

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

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
4

LockFreeLinkedList

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

ConcurrentQueue

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

BPlusTree

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

socks5

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

LockFreeSkipList

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

lrbtree

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

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
11

ebpf-proxy-test

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

ebpf-tx-xdp-tunnel

C
1
star
13

lmjalgo

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

HazardPointer

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

WaitFreeQueue

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