Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deslum/evrone-golang-benchmark
https://github.com/deslum/evrone-golang-benchmark
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/deslum/evrone-golang-benchmark
- Owner: deslum
- License: bsd-3-clause
- Created: 2022-06-13T16:17:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-28T11:58:15.000Z (over 2 years ago)
- Last Synced: 2023-08-12T11:57:32.460Z (over 1 year ago)
- Language: Go
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
CPU
sudo apt-get install i7z
sudo i7zwatch -n.1 "grep \"^[c]pu MHz\" /proc/cpuinfo"
Links
- https://www.youtube.com/watch?v=oE_vm7KeV_E
- https://habr.com/ru/post/415771/
- https://habr.com/ru/company/yandex/blog/476826/
- https://github.com/golang/go/blob/master/src/cmd/compile/internal/ssa/README.md
- https://medium.com/german-gorelkin/introduction-to-the-go-compilers-ssa-backend-8f2d121bbbd9
- https://habr.com/ru/company/skillfactory/blog/510688/