KB


OPF



Release of jpylyzer 1.15.1

03 December 2015

Version 1.15.1 of jpylyzer is now available.

Memory mapping

The most notable improvement in this release is the use of memory mapping for reading input images. This results in better performance when processing (very) large files. This improvement was suggested by Stefan Weil of Mannheim University Library, and the changes are based on a patch he submitted.

Two examples illustrate the benefits of this change:

  • This 2 GB image resulted in a memory error with jpylyzer 1.14.2 on a Windows machine with 4 GB RAM. The new version processes the file without problems.

  • On a Linux Mint machine with 8 GB RAM, this 6.7 GB image also resulted in a memory error. Again, the new version handles the file without any problem.

Please bear in mind that memory errors may still occur under some circumstances. For instance, a test with the 6.7 GB image failed on a Linux Mint machine with 4 GB RAM. So it seems prudent to make sure that the amount of available RAM always exceeds the maximum image size by a fairly wide safety margin. Also, chip architecture and operating system may put further constraints on the amount of memory than can be mapped at a time.

Memory errors aside, the processing of large files like the above is also quite a bit faster than in earlier releases, and it is less prone to freezing other processes that are running on your machine.

Bug fixes

This release also fixes a number of minor bugs, most notably:

64-bit Windows binaries

Finally, for Windows we have now created 64 bit binaries (previously only 32-bit binaries were available).