I just landed two commits for COMMONS-295 and COMMONS-296, which is
the groundwork for proper parallel support. The icing on the cake (the
high-level api with "nThreads" configuration and single point of
entry) is still work-in-progress and can be seen at
https://github.com/krosenvold/commons-compress/tree/concurrentSupport

It's still early days for the "high level service"; it needs to do
lots of funky stuff like balance large files first and use work
stealing towards the end. Currently I can easily make this use 850%
CPU on my 6 core cpu.

The "cool" stuff is still in github, but it's a lot easier for
"anyone" to build and play around with now.

Kristian


2014-12-18 9:29 GMT+01:00 Kristian Rosenvold <krosenv...@apache.org>:
> +1 for moving to git btw :)
>
> Kristian
>
> 2014-12-15 11:38 GMT+01:00 Emmanuel Bourg <ebo...@apache.org>:
>> Le 15/12/2014 11:36, Stefan Bodewig a écrit :
>>
>>> [as an aside, maybe we should think about moving Compress to git]
>>
>> +1
>>
>> Emmanuel
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>> For additional commands, e-mail: dev-h...@commons.apache.org
>>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to