From: MenTaLguY Date: 2007-10-17T04:29:18+09:00 Subject: Re: Struct is slow 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. -mental