in reply to RE: Re: Case insensitivity in a hash... Futile effort?
in thread Case insensitivity in a hash... Futile effort?
if (you're running a big hash) { it's probably because you're pulling something off from a text file; if (that's true) { then your text file shouldn't be too big anyway; } else { its going to get slugish from the filesystem access in the first place!; } } else { you should be considering a comercial database product, under which you wouldn't need to do case detection on your hash; }
|
|---|