templates/changeset-raw.tmpl
author mason@suse.com
Tue, 04 Apr 2006 19:00:40 -0400
changeset 2080 1cbb14c048cb
parent 1416 19d2776f1725
child 2520 e30f425a4b2c
permissions -rw-r--r--
Reduce index memory usage by storing the bare string instead of tuples Storing the tuple returned by struct.unpack significantly increases the memory required to store the entire index in ram. This patch uses struct.unpack on demand instead.

#header#
# HG changeset patch
# User #author#
# Date #date|date#
# Node ID #node#
#parent%changesetparent#
#desc#

#diff#