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
- Host: GitHub
- URL: https://github.com/bhb/computer_enhance
- Owner: bhb
- License: mit
- Created: 2024-11-03T21:25:22.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-03T21:32:45.000Z (over 1 year ago)
- Last Synced: 2025-02-24T14:50:57.117Z (over 1 year ago)
- Language: Zig
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.