Optimizing an Advent of Code solution in assembly
Read OriginalThe article details the author's journey to optimize a previous Advent of Code chemical reaction puzzle solution. It critiques earlier implementations in Lisp and C, proposes a more efficient in-place algorithm using tombstones, and then implements it in hand-written x86_64 assembly code. The piece includes pseudo-code, discusses benchmarking, and reflects on the learning experience of modern assembly programming.
Comments
No comments yet
Be the first to share your thoughts!
Browser Extension
Get instant access to AllDevBlogs from your browser