SF.net SVN: geany: [2419] trunk/src/symbols.c
ntrel at users.sourceforge.net
ntrel at xxxxx
Thu Mar 27 13:18:15 UTC 2008
Revision: 2419
http://geany.svn.sourceforge.net/geany/?rev=2419&view=rev
Author: ntrel
Date: 2008-03-27 06:18:15 -0700 (Thu, 27 Mar 2008)
Log Message:
-----------
Add note about possibly using bsearch in symbols_find_tm_tag().
Modified Paths:
--------------
trunk/src/symbols.c
Modified: trunk/src/symbols.c
===================================================================
--- trunk/src/symbols.c 2008-03-27 13:13:09 UTC (rev 2418)
+++ trunk/src/symbols.c 2008-03-27 13:18:15 UTC (rev 2419)
@@ -282,6 +282,7 @@
}
+/* Note: if tags is sorted, we can use bsearch or tm_tags_find() to speed this up. */
static TMTag *
symbols_find_tm_tag(const GPtrArray *tags, const gchar *tag_name)
{
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Commits
mailing list