Laurent Laborde <kerdezixe(at)gmail(dot)com> wrote:
> There is two compression strategy :
> static const PGLZ_Strategy strategy_default_data = {
> static const PGLZ_Strategy strategy_always_data = {
> 1) "strategy_always_data" seems to never be used.
A quick grep sure makes it look that way. I will look closer later.
> 2) the default strategy could be more aggressive (with a higher cpu
> cost)
> What about setting "PGLZ_strategy_always" as the default strategy
> (insane cpu cost ?) ?
> Or something in-between ?
That goes beyond what I was trying to do with my recent patch. What
you propose may be useful, but there would need to be much discussion
and benchmarking and it would be a new patch.
If you have any benchmark information on relative speed and space
savings, please post them.
-Kevin