in reply to Re^2: text delete hangs in Perl/Tk
in thread text delete hangs in Perl/Tk

It is possible that there is some non-optimized code in the Tk core in some special situations. Can you check if it is faster if you delete the tags (either with tagDelete or tagRemove) before deleting the contents?