Date: Fri, 9 Apr 2010 10:09:56 -0400 From: Leinier Cruz Salfran <salfrancl.listas@gmail.com> To: freebsd-hackers <freebsd-hackers@freebsd.org> Subject: c question Message-ID: <l2ga2585ef1004090709u821fc979i226a3125d9da8251@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
hello all i want to know your oppinions about this: - use a matrix is faster than use a linked list? example: char *szColumnName[10]; unsigned short iColumnAge[10]; struct _llList { struct _llList *prev, *next; char szName[64]; unsigned short iAge; };
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?l2ga2585ef1004090709u821fc979i226a3125d9da8251>