[MacRuby-devel] Hash Table

Petr Kaleta petr.kaleta at me.com
Mon Apr 18 06:45:56 PDT 2011


Hi I'm a little bit confused about basic ruby classes implementation. Ruby Hash is internally implemented as NSDictionary/NSMutableDictionary? So for example if I need to implement hash table, I can use ruby Hash? So the performance will be exactly same compared to NSDictionary?

- Petr


More information about the MacRuby-devel mailing list