| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
there better
|
| |
|
|
| |
databases. The IndexFile has a new method to retrieve an index from a partial sha, instead of from a full sha, to provide the required functionality
|
| |
|
|
|
|
|
| |
helps to improve performance in real-world applications, which need to quickly determine whether objects are in or out for instance, as it happens during index_to_tree conversion
Added separate pack streaming test which shows only a throughput of 250 streams / s in a densely packed pack, and about 3.5 MiB of data throughput. Performance tests show that half the time is spent in collecting the numerous deltas, the other one in decompressing and applying them
Fixed broken performance tests
|
| |
|
|
| |
read support, and the ability to write loose objects
|
| |
|
|
| |
reference db ( for the alternates implementation )
|
| |
|
|
|
|
|
| |
respective tests were moved to test_base
Adjusted PackStream and PackInfo classes not to contain the sha field anymore
streams: DecompressMemMapReader now parses its header on demand if it is not set, using the mose useful 3 lines ever, LazyMixin
|
| |
|