Frederick Cheung wrote:
> On Dec 27, 4:18�pm, Jeremy Weiskotten <rails-mailing-l...@andreas-
> s.net> wrote:
>> hash = {}
>> key = [date, album_id]
>> hash[key] = value
>>
>> However, hashes are not sorted in Ruby 1.8. Rails 2.x has an OrderedHash
>> that maintains the keys' nsertion order, but it's not efficient for
>> lookup by key. If you only plan to use the hash for iteration, that's
> 
> OrderedHash is a lot speedier in 2.3
> 
> Fred

Good to know, although I'm not even on 2.2 yet due to plugin 
incompatibilities. Thanks!
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to