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

Doc: "keep_infinity" is redundant on modern Chrome #2743

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 7, 2018

  1. Doc: "keep_infinity" is redundant on modern Chrome

    Clarify that "keep_infinity" compress option is only useful for older versions of Chrome.
    
    The initial performance assessment that concluded `Infinity` was faster than `1/0` was based on Chrome 57.
    mishoo#1723 (comment)
    
    Chrome 63 suffers no such degradation.
    https://jsperf.com/infinity-vs-1-0-v2-0
    robpalme committed Jan 7, 2018
    Configuration menu
    Copy the full SHA
    a2bc51d View commit details
    Browse the repository at this point in the history