On Dec 30, 2004, at 4:21 PM, Theodore H.Smith wrote:
From: Norman Palardy <palardyn at shaw dot ca>
Date: Thu, 30 Dec 2004 11:01:33 -0700
On Dec 30, 2004, at 10:56 AM, Charles Yeomans wrote:
I'd forgotten about that. There isn't a link to it on the site, but
the URL is
<http://www.quantum-meruit.com/RB/downloads/
CaseSensitiveHashMap.sit>.
I didn't.
I use it when I need case sensitivity which turns out to be quite
frequent.
I'm finding it increasingly rare when people want "abc" to be the same
as "ABC" but maybe that's just my clientele
My ElfData plugin does the same thing. It's also somewhere between 10
and 30x faster than RB's dictionary. I think the case sensitive hash
map is slower than RB's dictionary.
It probably is; I used a very simple implementation of a hash table.
As for your plugin, it's not comparable to the Rb Dictionary.
--------------
Charles Yeomans
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|