-
Committer:
John Arbash Meinel
-
Date:
2009-03-27 22:05:37 UTC
-
mto:
(3735.39.2 clean)
-
Revision ID:
john@arbash-meinel.com-20090327220537-loj7fdr9hi360qc3
Get rid of the entries dict in GroupCompressBlock.
We weren't making use of it, and it was overhead to update it.
This simplifies the code a bit more.
The only difference now between the python and pyrex compressors
is the __init__ and _compress functions.
If it wasn't for circular import issues, I would be tempted
to move them one step further, into the _groupcompress_* modules.