Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Ruby
If you are unhappy with the direction of Ruby 1.8.7+, respond
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="William James, post: 4631373"] +1 Mr. Coglan seems not to understand how a hash-table is implemented. One cannot predict the iteration order because he cannot know in which bucket each element has been stored. Furthermore, it makes no sense at all to be concerned about iteration-order for a hash-table. If one is concerned about iteration-order, he should use an association-list. An element is fetched a hash-table by key, not by position, which is undefined. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Ruby
If you are unhappy with the direction of Ruby 1.8.7+, respond
Top