Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/blob.c
diff options
context:
space:
mode:
authorNicolas Pitre <nico@cam.org>2006-12-19 18:53:08 +0300
committerJunio C Hamano <junkio@cox.net>2006-12-20 11:42:10 +0300
commit6d2fa7f1b489c65e677c18eda5c144dbc5d614ab (patch)
tree70a79d44228403c478ed8db0f00c147726331c60 /blob.c
parent313ce8cee665447e4476d7e8985b270346a8e5a1 (diff)
index-pack usage of mmap() is unacceptably slower on many OSes other than Linux
It was reported by Randal L. Schwartz <merlyn@stonehenge.com> that indexing the Linux repository ~150MB pack takes about an hour on OS x while it's a minute on Linux. It seems that the OS X mmap() implementation is more than 2 orders of magnitude slower than the Linux one. Linus proposed a patch replacing mmap() with pread() bringing index-pack performance on OS X in line with the Linux one. The performances on Linux also improved by a small margin. Signed-off-by: Nicolas Pitre <nico@cam.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'blob.c')
0 files changed, 0 insertions, 0 deletions