Once upon a time, Miloslav Trmač <m...@volny.cz> said:
> - Much easier access to higher-level (and more efficient!) data
> structures.  C programs frequently use linked lists instead of e.g.
> hash tables simply because maintaining hash tables and the associated
> memory allocation is just too complex.

Hash table management was a part of my computer science core curriculum;
it isn't _that_ hard.

Also, for C programmers, there's standard library hash management
functions that are easy to use (never try to re-invent the wheel!).  See
"man hcreate_r" (although it is unfortunately just a GNU extension to
have multiple hash tables).

Now, given that, I still write most of my system admin stuff in perl.
-- 
Chris Adams <cmad...@hiwaay.net>
Systems and Network Administrator - HiWAAY Internet Services
I don't speak for anybody but myself - that's enough trouble.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reply via email to