aboutsummaryrefslogtreecommitdiff
path: root/commit-slab.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-04-12 23:25:49 -0700
committerJunio C Hamano <gitster@pobox.com>2013-04-13 22:15:42 -0700
commit66eb375d3d334efa3f467775a5f2a647c131c4b1 (patch)
tree7c2570b1cad0876b77e69d21609d11c7a728272f /commit-slab.h
parent96c4f4a370591b4796628abe18f27f0133b21954 (diff)
downloadgit-66eb375d3d334efa3f467775a5f2a647c131c4b1.tar.gz
git-66eb375d3d334efa3f467775a5f2a647c131c4b1.tar.xz
commit-slab: avoid large realloc
Instead of using a single "slab" and keep reallocating it as we find that we need to deal with commits with larger values of commit->index, make a "slab" an array of many "slab_piece"s. Each access may need two levels of indirections, but we only need to reallocate the first level array of pointers when we have to grow the table this way. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit-slab.h')
0 files changed, 0 insertions, 0 deletions