Commit Briefs

4623907a11 Stefan Sperling

WIP attempt to track vertex IDs with ints to save memory (topoload-with-vertex-ids)

this does not seem to work as expected, igraph' internal vertex IDs seems to change as more node get added (index 1 was a tree, checking back later it's a commit...)


a77c88011f Stefan Sperling

avoid multiple lookups of the same ID in the pack index


6c6f6338fe Stefan Sperling

use a bitstring to keep track of traversed object IDs

The aim is to reduce the memory footprint of object graph construction




66e8444bc4 Stefan Sperling

remove incorrect check for missing objects


f4fe1ade79 Stefan Sperling

skip tree entries which are not in the pack file


39f0fdfed9 Stefan Sperling

tweak log level of debug message


dbf83540ed Stefan Sperling

attempt to improve debug progress output


1d97ad9c20 Stefan Sperling

tweak phrasing of a debug message


6e2ca7fe3e Stefan Sperling

make debug prints less frequent


d30fbeafa2 Stefan Sperling

show debug progress output while searching blobs and trees


d90389e678 Stefan Sperling

handle directly referenced blobs and trees



5a2803734b Stefan Sperling

raise log level of final pack index progress message


f9dc57c9bc Stefan Sperling

show 10 times less lines of pack index progress


441d930647 Stefan Sperling

fix list vs. set type confusion


819d2b0944 Stefan Sperling

remove debug prints related to tags


e3840f7501 Stefan Sperling

speed up crawling of trees


4ff67682be Stefan Sperling

detect objects missing from pack file that should be present


387c45f4c7 Stefan Sperling

fix None-deref




37649c267b Stefan Sperling

display amount of packed objects after indexing


a73668185f Stefan Sperling

more debug