From: Wayne Magor Date: 2007-10-17T05:00:06+09:00 Subject: Re: Struct is slow Mental Guy wrote: > If type_arr[j] is a struct, then try type_arr[j].typedef_type > rather than type_arr[j][:typedef_type], and see if that makes > a difference. Well, I tried it and, as expected, the syntax change made no difference. The one with Struct's still takes 27 seconds and doesn't work correctly. It's not clear to me why it should be different than just using a 2-element array (shrug). -- Posted via http://www.ruby-forum.com/.