summaryrefslogtreecommitdiff
path: root/lib/git/utils.py
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2010-06-02 20:11:00 +0200
committerSebastian Thiel <byronimo@gmail.com>2010-06-02 20:11:00 +0200
commit282018b79cc8df078381097cb3aeb29ff56e83c6 (patch)
treef4ad72281d65d062239fb571fdd693e328883e55 /lib/git/utils.py
parent538820055ce1bf9dd07ecda48210832f96194504 (diff)
downloadgitpython-282018b79cc8df078381097cb3aeb29ff56e83c6.tar.gz
Added first design and frame for object database. In a first step, loose objects will be written using our utilities, and certain object retrieval functionality moves into the GitObjectDatabase which is used by the repo instance
Added performance test for object database access, which shows quite respectable tree parsing performance, and okay blob access. Nonetheless, it will be hard to beat the c performance using a pure python implementation, but it can be a nice practice to write it anyway to allow more direct pack manipulations. Some could benefit from the ability to write packs as these can serve as local cache if alternates are used
Diffstat (limited to 'lib/git/utils.py')
0 files changed, 0 insertions, 0 deletions