Robert Roessler:

BTW, I had rounded up a replacement hashing function some time ago -
it gives better distribution than the stock one used by Scintilla,
which of course translates to fewer items sharing buckets.  If someone
is interested...

  You are probably thinking of PropSet which should probably be
turned into a real hash table as the data sets it is used on are much
larger than it was originally written for. For keywords its
WordList::InList which after the first character does a linear search.
SinkWorld uses a trie and maps the word to an integer so its easy to
have several lists of identifiers with different styles.

  Neil
_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to