You are here |
blog.nuculabs.dev | ||
| | | |
benhoyt.com
|
|
| | | | Mugo is a single-pass compiler for a tiny subset of the Go programming language -- just enough to compile itself. | |
| | | |
thatonegamedev.com
|
|
| | | | Intrinsics are like a recipe for the most optimized code that you can write to achieve certain behavior. | |
| | | |
gcher.com
|
|
| | | | This week-end I spent a lot of time trying to optimize the code of my incoming video game. The game engine features a fluid simulation algorithm based on this excellent paper by Jos Stam. The algorithm is CPU intensive, and so I tried my best to make the code as fast as possible, which eventually means having to write the code in assembly. Since I couldnt find much information about how to write assembly code for iOS on XCode, here is a small tutorial I wrote about it. | |
| | | |
biffbampop.com
|
|
| | 1 post published by Andy Burns on September 7, 2024 |