| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added fixes to setup.py to allow easy_installation0.5.0 | Sebastian Thiel | 2010-07-08 | 1 | -0/+0 |
| | | |||||
| * | PackEntity: fixed capital bug which would cause a None to be in place of the ↵ | Sebastian Thiel | 2010-07-06 | 1 | -0/+0 |
| | | | | | bin sha when querying infos or streams through an entity | ||||
| * | added setup.py and Manifest to allow distribution and easy_install | Sebastian Thiel | 2010-07-01 | 1 | -0/+0 |
| | | |||||
| * | DecompressMemMapReader: implemented compressed bytes counting, including ↵ | Sebastian Thiel | 2010-06-16 | 1 | -0/+0 |
| | | | | | test. This is required to properly read packs without the use of an index | ||||
| * | Made the db module a package to have enough room for expansion | Sebastian Thiel | 2010-06-14 | 1 | -0/+0 |
| | | |||||
| * | Now using the async zlib module if it is available to allow performance ↵ | Sebastian Thiel | 2010-06-13 | 1 | -0/+0 |
| | | | | | gains through multi-threading. | ||||
| * | Added multi-threading performance tests which show that, during compression ↵ | Sebastian Thiel | 2010-06-12 | 1 | -0/+0 |
| | | | | | and decompression, it is not a tiny bit faster than without, which is due to the GIL and even separately locked zlib module implementations. The only way to make this faster update the resepctive c modules to drop the gil, and their own locks where possible | ||||
| * | Implemented all async methods, including test which shows how to chain the ↵ | Sebastian Thiel | 2010-06-12 | 1 | -0/+0 |
| | | | | | async method together | ||||
| * | Added async as submodule | Sebastian Thiel | 2010-06-12 | 1 | -0/+0 |
| tests: minimal reorganzation of code | |||||
