Skip to content

ahrav/go-locks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-locks

go-locks is a Go implementation of various lock algorithms from the libslock C library. These locks were featured in the research paper "Everything You Always Wanted to Know About Synchronization but Were Afraid to Ask" by Tudor David, Rachid Guerraoui, and Vasileios Trigonakis[1].

Overview

This library provides Go implementations of several lock algorithms, including:

  • Ticket Lock
  • MCS Lock
  • A Lock (Array Lock)
  • CLH Lock
  • TBD..

The goal of this project is to explore and learn about different synchronization techniques in Go, based on the algorithms presented in the libslock library.

DO NOT USE THIS LIBRARY anywhere near production code. It is purely for educational purposes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages