Use a doubly-linked list for objects instead of a flat table
Speeds up object creation and deletion, slows down vlc_object_get (which you should not use anyway, remember), makes no difference for the rest
Showing
Please register or sign in to comment