From: Patrick Put Date: 2009-02-02T23:37:44+09:00 Subject: Re: Quicker finding strings? Alternative for array, hash, set? > If you do not want to attach information to those words then a Set is > more appropriate: same O(1) lookup but no key value mapping. Is the implementation "under the hood" the same? That would mean my choice to use a Set was not so bad after all. -- Posted via http://www.ruby-forum.com/.