Skip to content
improve speed while consuming less memory

Compared to version 0.9.2 this release scans twice as fast.
This is achieved by refactoring some basic objects: The `Finding` object
does not hold a copy of `Mission` data anymore. Instead it points
to a `Mission` object.