/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

wingolog.org
| | lambdaland.org
4.2 parsecs away

Travel
| | In my last post I described how I made a very fast BF interpreter. Well, there's a lot more speed to be had with an optimizing compiler. This post is a write-up of my assignment for a compilers class, so the post a little rougher than normal.
| | blog.regehr.org
3.4 parsecs away

Travel
| | [AI summary] The article examines the challenges and future directions of compiler optimization, predicting the convergence of verification and optimization, the rise of decision procedures and models, and the consolidation of intermediate representations.
| | wingolog.org
1.3 parsecs away

Travel
| | wingolog: article: unboxing in guile
| | initialcommit.com
25.2 parsecs away

Travel
| Diving into the world of Hash Tables and understanding the underlying mechanics is extremely interesting, and very rewarding. So let's get into it and get started from the beginning. They are used commonly in algorithm design.