An open API service indexing awesome lists of open source software.

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

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