c question

Eitan Adler eitanadlerlist at gmail.com
Fri Apr 23 15:19:08 UTC 2010


> - use a matrix is faster than use a linked list?

For what?
For insertion and deletion no - linked list is faster. For sequential
access they are the same speed (forgetting look-ahead caching). For
random access matrix is faster.


More information about the freebsd-hackers mailing list