On Feb 5, 9:56 pm, Ben Appleton <[email protected]> wrote:
> As discussed in the issue tracker I am implementing this.  Throttling is
> absolutely vital for browsers with poor garbage collectors, but is not used
> for modern browsers.

Which browsers have to be throttled ?  Will you provide an option to
disable the throttle ?

If you look at:

    http://www.polyarc.us/chicago

You will find a "mousemove" event handler for static maps.  It will
run all day long without crashing or leaking memory.

Redundant function closures waste memory.  Common event handlers with
unique instance variables preserve memory.  Every instance of the same
class uses the same function with its argument list embedded in
properties of the object itself.  An identical function with different
arguments not built for every instance.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to