merge-recursive: Speed up commit graph construction
authorFredrik Kuivinen <freku045@student.liu.se>
Thu, 2 Feb 2006 11:43:35 +0000 (12:43 +0100)
committerJunio C Hamano <junkio@cox.net>
Thu, 2 Feb 2006 20:30:51 +0000 (12:30 -0800)
commit97f58b785d6c5c86b52a365b0086b5b098f5ee97
treea7d315ab1cd868b34297b54e5aa2d2a82f36e574
parent008bb6ea695e14740bfd14bec805cde6219b336e
merge-recursive: Speed up commit graph construction

Use __slots__ to speed up construction and decrease memory consumption
of the Commit objects.

Signed-off-by: Fredrik Kuivinen <freku045@student.liu.se>
Signed-off-by: Junio C Hamano <junkio@cox.net>
gitMergeCommon.py