golang-design / ssaplaygroundLinks
π The Go SSA Playground: Exploring SSA IR | https://golang.design/gossa
β77Updated 2 years ago
Alternatives and similar repositories for ssaplayground
Users that are interested in ssaplayground are comparing it to the libraries listed below
Sorting:
- Package for getting the runtime ID of a goroutineβ48Updated last year
- β±οΈ Reliable performance measurement for Go programs. All in one design.β39Updated 3 years ago
- Promise to the Go compiler that your Reads and Writes are well-behavedβ58Updated 5 years ago
- π§ͺ A chunk of experiments and demos about Go 2 generics design (type parameter & type set)β150Updated 3 years ago
- A simple evaluator for arithmetic integer expressions.β88Updated 3 years ago
- Non-Invasive goroutine inspectorβ91Updated last month
- Experimental go stack unwinding using frame pointers.β31Updated 2 years ago
- A faster RWLock primitive in Go, 2-3 times faster than RWMutex. A Go implementation of concurrency control algorithm in paper <Left-Rightβ¦