H
hpsoar
I found that most member functions of list implemented by SGI used
iterators, while I think it will be more efficient to use more lower
stuffs like pointers. And the prev and next pointers are of void type,
this caused many type casts, will it be more efficient if we just use
pointers of value_type?
iterators, while I think it will be more efficient to use more lower
stuffs like pointers. And the prev and next pointers are of void type,
this caused many type casts, will it be more efficient if we just use
pointers of value_type?