Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 416 Bytes

Readme.md

File metadata and controls

26 lines (13 loc) · 416 Bytes

A high performance lock free data structure lib only for X86

Stack

A high performance lock free stack

Feature

  • Safety Memory Reclamation
  • ABA safe
  • High Performance with Elimination Backoff

Demo

g++ -pthread -O2 -lrt src/test_hplfds_stack.cpp

Reference

A Scalable Lock Free Stack Algorithm

Queue

HashMap