Hi,
On Wed, 28 Jun 2006, Alex Riesen wrote:
On 6/28/06, Johannes Schindelin [off-list ref] wrote:
quoted
quoted
What stands out next is getRenames (to be renamed into get_renames), a
little profiling shows that the renames lists are the culprit this time
too.
In my attempts, the path_list did not contain paths, but structs
containing a path and a void pointer. I think I will resurrect this idea
for the renames.
What was the pointer for?
We want to emulate the set with a sorted list. The pointer is for the
payload.
Ciao,
Dscho