https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37020

--- Comment #22 from Thomas Klausner <[email protected]> ---
The patch "Bug 37020: Stream records from file instead of loading all into
memory" basically "just" removes the first loop that pushed all (valid) records
onto an array. Yes, this solves the memory problem, but still uses the IMO not
very sane regex-based pull "parser" in MARC::Batch.

But it's a rather small change that works. (even though the patch looks huge
because it contains a lot of whitespace-only changes. use `git diff -w ...` to
see the relevant changes.

-- 
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/

Reply via email to