KorAP / KorAP-XML-Krill

Merge KorapXML data and create Krill documents
BSD 2-Clause "Simplified" License
1 stars 1 forks source link

Support ripunzip as an alternative to unzip #16

Open Akron opened 6 months ago

Akron commented 6 months ago

A lot of time is spent in unzip - which is a waste of time especially on multicore systems. ripunzip may be a good alternative in most use cases here and can run in parallel. Early performance tests seem to be very convincing.