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.