Mercurial > hg-stable
comparison contrib/python3-ratchet.py @ 45951:0ce15a8c7b8b
revlog: store new index entries as binary
For a pure-Python unbundle of the current NetBSD test repository, this
results in a 10% peak RSS reduction. Using the C revlog index, it shows
25% peak RSS reduction. This is a direct result of avoiding at least
8 objects per new changeset or 200 Bytes+ on AMD64.
Differential Revision: https://phab.mercurial-scm.org/D9162
author | Joerg Sonnenberger <joerg@bec.de> |
---|---|
date | Tue, 06 Oct 2020 03:25:15 +0200 |
parents | 9f70512ae2cf |
children | 89a2afe31e82 |
comparison
equal
deleted
inserted
replaced
45950:eccbfa7e19c0 | 45951:0ce15a8c7b8b |
---|