Add note about possibly using bsearch in symbols_find_tm_tag().

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2419 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Nick Treleaven 2008-03-27 13:18:15 +00:00
parent 3d65154b37
commit 865308c5d6

View File

@ -282,6 +282,7 @@ GString *symbols_get_macro_list(void)
} }
/* Note: if tags is sorted, we can use bsearch or tm_tags_find() to speed this up. */
static TMTag * static TMTag *
symbols_find_tm_tag(const GPtrArray *tags, const gchar *tag_name) symbols_find_tm_tag(const GPtrArray *tags, const gchar *tag_name)
{ {