Skip to content
/ HPLFDS Public

A high performance lock free data structure lib for X86

Notifications You must be signed in to change notification settings

wzh404/HPLFDS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

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

About

A high performance lock free data structure lib for X86

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published