TextView algorithmic complexity

Thinking about Morten’s comment, one of the main goals of GtkTextView was to keep everything better than O(n), because I’d seen so many posts to gtk-list where people inadvertently wrote quadratic code with GtkCList and the old GtkText. (Those widgets also had the evil freeze/thaw convention, where you could “freeze”, do stuff, and “thaw” and […]