techee left a comment (geany/geany#4349) > Without having looked at the code, depending on how it's used I'm wondering > whether we shouldn't simply use g_object_set_data() on the page or something?
That might actually be the best solution, yes. In fact, we have a hidden quadratic complexity hidden in this code as when you call this function for all documents (I can imagine it could happen during project open/close or Geany startup/shutdown, I haven't checked though), it goes through all the documents once again inside this function. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/4349#issuecomment-3012877878 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/pull/4349/[email protected]>
