Tools

During years of programming various tools to simplify certain tasks often occuring in my programs were developed and are collected here.

It starts by a dynamic memory allocated named rmalloc, which greatly improved the performance of my programs, especially when working with multiple threads.

Another problem was the detection of the right compiler flags for various processors and operating systems. This led to the implementation of cpuflags, which is a perl-script serving as a database for these flags.

Threadpool and libBSP simplify the management of programs using multiple processors on shared memory and distributed memory systems.

Finally, webgen helps me in producing these HTML-pages by automatically creating a menu and the corresponding pages.