In `erp5_deferred_style` we had to switch to bzip2 because of some overflow with zlib
https://lab.nexedi.com/nexedi/erp5/commit/5a20f5825556d8298b1352016e072f78b1b84be9
also it would be better to use a generator, but I don't know if we can use a generator and sort
( result.detail.decode('zlib') for result in active_process.getResultList() ) only need one result in memory at a time.
also it would be better to use a generator, but I don't know if we can use a generator and sort
`( result.detail.decode('zlib') for result in active_process.getResultList() )` only need one result in memory at a time.