Skip to content

Use iterators instead of lists

Trond Aasan requested to merge optimize-memory into master

Using iterators instead of lists means we don't have to keep all employees and all generated entries in memory.

Merge request reports