Journal Articles

Overload Journal #107 - February 2012 and Programming Topics
Browse in : All > Journals > Overload > o107 (6)
All > Topics > Programming (877)
Any of these categories
Options:
View Article Map
View Archives

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

Memory Leaks and Memory Leaks

Martin Moene

05 February 2012 15:23:31 +00:00

Correct use of memory is a major occupation of software development. Sergey Ignatchenko considers what we mean by ‘correct’.

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

Many Slices of π

Martin Moene

04 February 2012 17:14:38 +00:00

Many numberic estimation techniques are easily parallelisable. Steve Love employs multi-threading, message passing, and more in search of π.

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

Why Computer Algebra Won’t Cure Your Calculus Blues

Martin Moene

03 February 2012 17:40:44 +00:00

We still haven’t found how to accurately do calculus. Richard Harris revisits an algebraic technique.

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

The Eternal Battle Against Redundancies, Part 2

Martin Moene

02 February 2012 17:43:15 +00:00

Repeated information leads to poor quality software. Christoph Knabe continues to see how removing them has influenced language design.

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

A Practical Introduction to Erlang

Martin Moene

01 February 2012 17:48:22 +00:00

The future of massively parallel hardware will need good language support. Alexander Demin takes a look at an unexpected approach.