15 Mar
2024
15 Mar
'24
12:03 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36277 --- Comment #18 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 163200 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=163200&action=edit Bug 36277: Improve algorithmic complexity of batch_add The 2 nested loops are terrible in term of algorithmic complexity. Especially if we are fetching from there. The goal of this patch is to fetch all the limits outside of the loop. If you have 100 libraries, it will remove 100^2 - 1 fetches! Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> -- You are receiving this mail because: You are watching all bug changes.