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

https://github.com/bhb/computer_enhance

My Zig solutions to the "Computer, Enhance" course homework
https://github.com/bhb/computer_enhance

Last synced: 2 months ago
JSON representation

My Zig solutions to the "Computer, Enhance" course homework

Awesome Lists containing this project

README

          

# "Computer, Enhance!" homework, in Zig

This is my collection of solutions to the [Computer, Enhance!](https://www.computerenhance.com) course on Substack - a course on "performance-aware programming".

All of the solutions are in [Zig](https://ziglang.org) 0.12.0 and may not work in recent releases (Zig is pre-1.0 and is expected to have breaking changes).

Everything here worked for me at some point and was useful for learning the course material. The documentation will likely only make sense to me, but if you have questions, feel free to reach out via Issues to ask questions and I'll try to clarify.