https://github.com/lancelote/perf-aware-prog
My notes going through "Performance-Aware Programming Series" by Casey Muratori
https://github.com/lancelote/perf-aware-prog
Last synced: 2 months ago
JSON representation
My notes going through "Performance-Aware Programming Series" by Casey Muratori
- Host: GitHub
- URL: https://github.com/lancelote/perf-aware-prog
- Owner: lancelote
- Created: 2023-12-23T21:40:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-01T20:20:36.000Z (over 1 year ago)
- Last Synced: 2025-03-29T00:12:49.711Z (2 months ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# perf-aware-prog
My notes going through "[Performance-Aware Programming Series][course]" by [Casey Muratori][casey]
## TOC
* [x] Prologue
* [x] [Interlude](src/interlude)
* [x] The Haversine Distance Problem
* [x] “Clean” Code, Horrible Performance
* [ ] Part 1: Reading ASM
* [ ] Part 2: Basic Profiling
* [ ] Part 3: Moving Data
* [ ] 1994 Internship Interview Series[course]: https://www.computerenhance.com/p/table-of-contents
[casey]: https://substack.com/@cmuratori