173
173
# we could try a delta against whatever the last delta we
174
174
# computed, (the idea being we just computed the delta_index, so
175
175
# we re-use it here, and see if that is good enough, etc)
178
179
or len(delta) > len(target_text) / 2):
179
180
# We can't delta (perhaps source_text is empty)