Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions perfaware/homework.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ Below is a list of shared code and videos from people's solutions to the Perform
* [@Said6289](https://github.com/Said6289) - [Solution to listings 37 - 40 in x64 assembly](https://github.com/Said6289/perf_aware_course/tree/main/instruction_decode). This was my first attempt to write something more substantial in assembly. It was very time-consuming and so I only did the first few assignments.
* [@charlesastaylor](https://github.com/charlesastaylor) - Snake game in 8086 assembly ([gist](https://gist.github.com/charlesastaylor/18c7c8005fed9d0af1a3ee2b24fcd724)) ([youtube](https://youtu.be/s_S4-QHeFMc))
* [@bitwitch](https://github.com/bitwitch) - 8086 simulator in C ([github](https://github.com/bitwitch/perfaware))
* [@Koistinen](https://github.com/Koistinen) [ABC-klubben](https://www.abc.se/~m10051/008/haversine_parser.cpp). Parsing haversine data using duplicated mmap of same physical memory to simplify code while preserving performance on Linux. Parsing and computation part not yet optimized.