Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Optimized test_pack_streaming not to cache the objects anymore. Instead an ↵ | Sebastian Thiel | 2011-07-05 | 1 | -3/+2 | |
| | | | | iterator is provided which does the job. Previously it would easily use 750 MB of ram to keep all the associated objects, more than 350k. Still a lot of memory for just 350k objects, but its python after all | |||||
* | Fixed up docs for upcoming release. Bumped version to 0.5.3 | Sebastian Thiel | 2011-06-13 | 1 | -1/+1 | |
| | ||||||
* | Added changelog information | Sebastian Thiel | 2011-06-10 | 1 | -1/+4 | |
| | ||||||
* | Fixed _perf module, which built, but didn't link dynamically. All the time, ↵ | Sebastian Thiel | 2011-03-31 | 1 | -0/+43 | |
| | | | | | | I think it never successfully imported, but its hard to believe this slipped by. Added performance test for pack-writing, which isn't really showing what I want as it currently read data from a densly compressed pack which takes most of the time in the nearly pure python implementation. Compared to c++, all the measured performance is just below anything I'd want to use. But we shouldn't forget this is just a test implementation, writing packs is quite simple actually, if you leave out the delta compression part and the delta logic | |||||
* | crc needs to be done on the pack object header as well, of course | Sebastian Thiel | 2011-03-31 | 1 | -1/+1 | |
| | ||||||
* | Implemented remainder of the test, and it already shows that something is ↵ | Sebastian Thiel | 2011-03-31 | 2 | -12/+29 | |
| | | | | wrong with my packs. Probably something stupid ;) | |||||
* | initial version of pack writing, which seems to work, but still needs some ↵ | Sebastian Thiel | 2011-03-31 | 1 | -13/+38 | |
| | | | | more testing and verification | |||||
* | Added stub for pack writing implementation which should work for pack ↵ | Sebastian Thiel | 2011-03-31 | 1 | -4/+30 | |
| | | | | streaming over a transport as well | |||||
* | preprended all modules with licensing information | Sebastian Thiel | 2011-02-23 | 18 | -0/+72 | |
| | ||||||
* | Fixed unittests | Sebastian Thiel | 2010-11-30 | 4 | -5/+4 | |
| | ||||||
* | moved all relevant files into the gitdb folder. | Sebastian Thiel | 2010-11-30 | 25 | -0/+1539 | |
Submodule relinked to point to new github location, and moved as well |