I have a list of structures which contains IP, port and transfer speed fields. List must be always sorted by speed (to take N-fastest clients) and have logarithmic search time by IP/port fields. Could you suggest me appropriate container for this?
I have a list of structures which contains IP, port and transfer speed fields. List must be always sorted by speed (to take N-fastest clients) and have logarithmic search time by IP/port fields. Could you suggest me appropriate container for this?
Bookmarks