https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31455
--- Comment #4 from Joonas Kylmälä <[email protected]> --- Created attachment 140062 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=140062&action=edit Bug 31455: (QA follow-up) Make table creation O(N) We can insert the indices before the main loop to a hash, this way we don't have to look up during each loop iteration the index from an array which in the worst case might take O(N) thus making the total time complexity O(N^2). Signed-off-by: Joonas Kylmälä <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
