mutexes topic

List mutexes repositories

concurrency

284
Stars
63
Forks
Watchers

Concurrency in Go video course with in depth explanations & examples

with_advisory_lock

613
Stars
68
Forks
Watchers

Advisory locking for ActiveRecord

safe

144
Stars
11
Forks
Watchers

Header only read and write locks for mutexes.

golang-101

96
Stars
26
Forks
Watchers

:beer: In-depth internals, my personal notes, example codes and projects. Includes - Thousands of codes, OOP, Concurrency, Parallelism, Goroutines, Mutexes & Wait Groups, Testing in Go, Go tool chain,...

SyncPerf

20
Stars
7
Forks
Watchers

A lightweight profiler to detect and categorize root causes of synchronization related performance issues in multithreaded programs

Philosophers

78
Stars
4
Forks
Watchers

Dining philosophers problem's guide for 42 school

malware-mutex

15
Stars
2
Forks
Watchers

Muteces (mutexes/mutants) used by various malware families

philosophers

15
Stars
0
Forks
Watchers

Philosophers is a comprehensive guide and solution to the classic Dining Philosophers Problem in computer science. This project uses the C programming language and multithreading to implement a soluti...