Skip to content

Optimize reduced po computation without filter

Pino Toscano requested to merge pinotree/damned-lies:part-po-no-filter into master

In case a domain has no reduction filter set, directly set part_po as full_po.

This way, it is possible to avoid creating a Path, trying to get the statistics of and unlink a non-existing file. As result, few syscalls (a couple of stats and one unlink) are avoided.

Merge request reports