summaryrefslogtreecommitdiff
path: root/lib/git/odb/utils.py
Commit message (Collapse)AuthorAgeFilesLines
* odb: fixed streamed decompression reader ( specific tests would still be ↵Sebastian Thiel2010-06-031-8/+14
| | | | missing ) and added performance tests which are extremely promising
* odb: implemented loose object streaming, which is impossible to do ↵Sebastian Thiel2010-06-031-2/+145
| | | | efficiently considering that it copies string buffers all the time
* added frame for object reading, including simple testSebastian Thiel2010-06-021-0/+1
|
* initial version of loose object writing and simple cached object lookup ↵Sebastian Thiel2010-06-021-0/+78
appears to be working