Reading List

By @lucasdicioccio, 179 words, 0 code snippets, 22 links, 0images.

Haskell Garbage Collection

Functional programming used to have a bad reputation of being slow mostly due to garbage-collection. The Haskell garbage-collector (GC) actually has received some care and a number of options or programming constructs allow to reduce GC pause times.

Theory

Hands-On Optimization

Real-World Reports

Systems

There always is a host of interesting things to learn by studying complicated systems.

Optimization

It’s a bit harder to find good blog-style material on #optimization topics. Besides articles on this site here are some links.

Static and personal site technology

If you read how this blog is built, you’ll figure out that I have some affection for personal and personalized websites. Thus I collect (do not hesitate to send yours to me) other viewpoints on how they built their website.

MISC