Skip to content

ftc/TreeLock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

TreeLock

Random idea I had in a concurrent programming class to make a mutex. The idea is to have a tree of locks, each process starts at the branches and acquires locks until it gets to the root. Probably no better in performance than the standard library but it was fun to build.

About

A mutual exclusion algorithm using a tree

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages