Profiling the example.py shows that a lot of time is spent on loading a cPickle object while compiling the output .txt files for a feeder. Usually the user is not interested in the pickle files, which in addition take a lot of space.
I would like to try if the code can be sped up by only directly writing the variables of interest.
