Skip to content

erp5_web_blog: Optimize subject collection using set

Ovoid duplication using set instead of manual check. From O(N^2) to O(N).

Edited by Valentin Benozillo

Merge request reports