Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cache currentTime and buffered from Flash #3705

Merged
merged 1 commit into from
Nov 4, 2016
Merged

Commits on Oct 23, 2016

  1. Cache currentTime and buffered from Flash

    Calling into the SWF too often is expensive. Current time and buffered don't actually change that often but it's very common to call them a couple times in the handling of a single event. Cache their return values for 100ms so the performance penalty of going through ExternalInterface is limited.
    dmlap committed Oct 23, 2016
    Configuration menu
    Copy the full SHA
    2d2c950 View commit details
    Browse the repository at this point in the history