Explore >> Select a destination


You are here

ericniebler.com
| | www.foonathan.net
13.0 parsecs away

Travel
| | This post discusses some C++ propsals regarding allocators. It also gives more explanatation to the reasons behind the propagate_on_container_XX traits and talks about node sizes.
| | www.foonathan.net
20.6 parsecs away

Travel
| | This series shares some lessons about optimizations especially regarding allocators starting with the general algorithm and profiling results/structure.
| | bartoszmilewski.com
21.2 parsecs away

Travel
| | Lazy evaluation can be a powerful tool for structuring your code. For instance, it can let you turn your code inside out, inverting the flow of control. Many a Haskell program take advantage of laziness to express algorithms in clear succinct terms, turning them from recipes to declarations. The question for today's blog post is:...
| | aartaka.me
99.7 parsecs away

Travel
| Lambda Calculus is a fascinating idea, but it's not immediately obvious. In this post, I'm trying to understand and explain the basic terms used in Lambda Calculus.