You are here |
ericniebler.com | ||
| | | |
www.foonathan.net
|
|
| | | | 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
|
|
| | | | This series shares some lessons about optimizations especially regarding allocators starting with the general algorithm and profiling results/structure. | |
| | | |
bartoszmilewski.com
|
|
| | | | 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
|
|
| | 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. |