repository
0.0.0-20241120161739-ebe831b73250
Repository: https://github.com/adrian-lin-1-0-0/go-study.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
go-study
OS的部分大部分有golang實現
golang
- sync/atomic
- sync
- Cond
- golang.org/x/sync/semaphore
- cmd/vet
Pattern
- singleflight
- [clean architecture]
OS
-
- Deadlock
- Peterson Algorithm
- Mutex Lock
- golang mutex
- Compare And Swap
- Swap
- Test and Set
- Semaphore
- [golang.org/x/sync/semaphore]
- Dining Philosophers Problem
- [Dijkstra's solution]
- [Chandy/Misra solution]
-
- unix domain socket
- zero copy