[gtkmm] Gtkmm-forge digest, Vol 1 #659 - 1 msg



Send Gtkmm-forge mailing list submissions to
	gtkmm-forge lists sourceforge net

To subscribe or unsubscribe via the World Wide Web, visit
	https://lists.sourceforge.net/lists/listinfo/gtkmm-forge
or, via email, send a message with subject or body 'help' to
	gtkmm-forge-request lists sourceforge net

You can reach the person managing the list at
	gtkmm-forge-admin lists sourceforge net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Gtkmm-forge digest..."


gtkmm-forge is the mailing list that receives gtkmm bug reports from bugzilla.  A daily digest is sent to gtkmm-main, to encourage people to help fixing the bugs. Do not try to unsubscribe gtkmm-forge from gtkmm-list.


Today's Topics:

   1. [Bug 131019]  - TreeStore has no decent performance on massive inserts (bugzilla-daemon widget gnome org)

--__--__--

Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Fri,  2 Apr 2004 02:23:35 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 131019]  - TreeStore has no decent performance on massive inserts

http://bugzilla.gnome.org/show_bug.cgi?id=131019





------- Additional Comments From kojima windowmaker org  2004-04-02 02:23 -------
The problem is that gtkmm only has append() and insert_before() methods. 
I've talked to gtk+ developers and they say append() is O(n), as it iterates
through the whole tree/list until the end so it can insert something. 
For appending large amounts of rows, they suggested using insert_after() with
the iterator from the previous insertion.


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



--__--__--

_______________________________________________
Gtkmm-forge mailing list
Gtkmm-forge lists sourceforge net
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge


End of Gtkmm-forge Digest



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]