======================================================================== http://mondrian.corp.google.com/file/10378326///depot/googleclient/gears/opensource/gears/geolocation/network_location_provider.cc?a=2 File //depot/googleclient/gears/opensource/gears/geolocation/network_location_provider.cc (snapshot 2) ------------------------------------ Line 61: CacheTimesMap::iterator oldest_entry = cache_times_.begin(); I had to look up the documentation to work out why this works. I'm getting old :) ------------------------------------ Line 98: key->append(STRING16(L"|") + iter->mac_address + STRING16(L"|")); does this really work? what if the platform returns the same access points but in a different order: the keys won't match, right? or if the signal strength is different, is it correct for the keys to match?
I guess I'm wondering: does caching really help us? ======================================================================== -- To respond, reply to this email or visit http://mondrian.corp.google.com/10378326
