Modified slightly when to force string_gc, so that instead of forcing
string GC whenevery the string space expands 4-fold, to do it only if
the assert space isn't also expanding. Was finding that for large loads,
unnecessary string GC's were taking half the load time...