Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/polarsignals/workshops
Examples in different languages for workshops
https://github.com/polarsignals/workshops
Last synced: 3 days ago
JSON representation
Examples in different languages for workshops
- Host: GitHub
- URL: https://github.com/polarsignals/workshops
- Owner: polarsignals
- Created: 2024-05-08T12:48:37.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-16T14:45:16.000Z (6 months ago)
- Last Synced: 2024-05-17T06:50:15.165Z (6 months ago)
- Language: C
- Size: 34.2 KB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Polar Signals workshops
This workshop is designed for software engineers who want to learn how to profile their applications written in Go, Python, Rust, C, and C++.
Profiling helps you identify performance bottlenecks in your code and writing benchmarks helps optimizes its execution.Each language will have a dedicated lab where you'll profile a sample application and analyze the results.
## Prerequisites
* Basic understanding of your chosen programming language (Go, Python, Rust, C, or C++)
* Familiarity with your operating system's command line
* A Linux VM, preferrably Ubuntu### Linux VM with lima on macOS
For macOS users are recommended to use [lima](https://github.com/lima-vm/lima) to run a Linux VM.
To get started use `brew install lima` followed by `limactl start`. Once finished access the VM by running `lima`.