| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-06-03 | Added performance comparison to cgit ... and yes, git-python is faster :) | Sebastian Thiel | |
| 2010-06-03 | odb: fixed streamed decompression reader ( specific tests would still be ↵ | Sebastian Thiel | |
| missing ) and added performance tests which are extremely promising | |||
| 2010-06-03 | odb: implemented loose object streaming, which is impossible to do ↵ | Sebastian Thiel | |
| efficiently considering that it copies string buffers all the time | |||
| 2010-06-02 | added frame for object reading, including simple test | Sebastian Thiel | |
| 2010-06-02 | initial version of loose object writing and simple cached object lookup ↵ | Sebastian Thiel | |
| appears to be working | |||
| 2010-06-02 | Added first design and frame for object database. In a first step, loose ↵ | Sebastian Thiel | |
| 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 | |||
