@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

Reply via email to