Claudio Saavedra 05b1004080 Bug 523877 – gbookmarkfile: avoid using g_string_append_printf() and
2008-03-22  Claudio Saavedra  <csaavedra@gnome.org>

	Bug 523877 – gbookmarkfile: avoid using g_string_append_printf() and
	other optimizations

	* glib/gbookmarkfile.c: (bookmark_metadata_dump),
	(bookmark_item_dump), (g_bookmark_file_dump), (expand_exec_line):
	Replace all calls to g_string_append_printf with g_strconcat () or
	g_string_append () where appropriate, to reduce the file creation time.
	Also, use g_string_sized_new () with an appropriate buffer size instead
	of g_string_new (NULL), to reduce time spent in memory reallocation.
	(#523877, Claudio Saavedra, Emmanuele Bassi)


svn path=/trunk/; revision=6752
2008-03-22 23:52:39 +00:00
..
2008-03-11 01:51:07 +00:00
2008-02-23 05:06:18 +00:00
2006-09-10 05:50:50 +00:00
2003-09-07 22:36:58 +00:00
2007-11-25 06:05:06 +00:00
2006-10-09 04:23:58 +00:00
2008-03-05 01:56:24 +00:00
2007-11-28 14:35:14 +00:00
2008-03-01 16:27:50 +00:00
2007-08-20 23:34:35 +00:00
2007-08-22 19:31:27 +00:00
2006-10-09 04:23:58 +00:00
2006-09-30 14:06:45 +00:00
2008-01-01 04:13:26 +00:00
2008-03-10 16:50:13 +00:00
2008-02-24 21:15:47 +00:00
2008-01-06 23:12:24 +00:00
2007-08-20 23:34:35 +00:00
2008-02-24 21:15:47 +00:00
2008-02-25 19:32:42 +00:00
2008-02-03 22:41:06 +00:00