[Github-comments] [geany/geany] Highlight fix 2 (#1039)

elextr notifications at xxxxx
Tue May 24 00:34:21 UTC 2016


@techee if you are worried about performance why use a hash?  Calculating it is likely to be slower than a string compare since the compare will use cache hardware and the hash is a char by char [loop](https://github.com/GNOME/glib/blob/master/glib/gstring.c#L306).

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/1039#issuecomment-221135429
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160523/3e564ba7/attachment.html>


More information about the Github-comments mailing list