Yesterday
2 days ago
5 days ago
02 Jun 26
14 May 26
03 Nov 25
A programming language for multilingual grammar applications
23 Oct 25
Interesting math relevant to compiler optimization.
18 Sep 25
When your software crashes you’ve probably encountered some bit patterns that you recognise. Find out what these bit patterns mean.
24 Jul 25
Or, how I learned to stop worrying and love glue code
14 May 25
A fun read describing an important (and seemingly inherent) difficulty of compiler optimization. E-graphs get around this, but IIRC are significantly slower.
02 May 25
A fun read describing an important (and seemingly inherent) difficulty of compiler optimization. E-graphs get around this, but IIRC are significantly slower.
A fun read describing an important (and seemingly inherent) difficulty of compiler optimization. E-graphs get around this, but IIRC are significantly slower.
30 Apr 25
A really interesting discussion of array-oriented compilation architectures. Tries to answer the same sorts of questions I’ve been asking myself about making compilers faster – although I think I come to different conclusions right now.
21 Apr 25
For me, fills a hole between APL (high-performance CPU/GPU array manipulation) and Rust (strong type checking). Super interesting stuff.
For me, fills a hole between APL (high-performance CPU/GPU array manipulation) and Rust (strong type checking). Super interesting stuff.
20 Apr 25
Discussion of super-optimization based on equality graphs and finding equivalent expressions. Contrast with https://egraphs-good.github.io/.