Plume Design Interview Question

How would you speed up a basic loop operation regarding cycling through mac addresses to find devices on a network

Interview Answer

Anonymous

Mar 2, 2021

Store them in a hash map when you make the API call, make the key the mac addressses and value the object reference

1