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

faster wcwidth with lookup table #798

Merged
merged 11 commits into from
Jul 18, 2017
Merged

faster wcwidth with lookup table #798

merged 11 commits into from
Jul 18, 2017

Commits on Jul 16, 2017

  1. Configuration menu
    Copy the full SHA
    b965d0a View commit details
    Browse the repository at this point in the history
  2. fixing whitespaces

    jerch committed Jul 16, 2017
    Configuration menu
    Copy the full SHA
    dd0fcb6 View commit details
    Browse the repository at this point in the history
  3. fixing whitespaces

    jerch committed Jul 16, 2017
    Configuration menu
    Copy the full SHA
    1722248 View commit details
    Browse the repository at this point in the history
  4. fixing whitespaces

    jerch committed Jul 16, 2017
    Configuration menu
    Copy the full SHA
    ba2d0e8 View commit details
    Browse the repository at this point in the history
  5. test speedup defensive

    jerch committed Jul 16, 2017
    Configuration menu
    Copy the full SHA
    6733c6c View commit details
    Browse the repository at this point in the history
  6. test speedup defensive

    jerch committed Jul 16, 2017
    Configuration menu
    Copy the full SHA
    5d87b54 View commit details
    Browse the repository at this point in the history
  7. some fixes

    - commenting the bit shifts
    - switching to Uint32Array
    - conditional for TypedArray
    - fixing Math.floor slowdown in bisearch
    jerch committed Jul 16, 2017
    Configuration menu
    Copy the full SHA
    1232c00 View commit details
    Browse the repository at this point in the history
  8. speed test commented out

    jerch committed Jul 16, 2017
    Configuration menu
    Copy the full SHA
    6ed5c9e View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2017

  1. Configuration menu
    Copy the full SHA
    598a729 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20048d3 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2017

  1. higher timeout for test case

    jerch committed Jul 18, 2017
    Configuration menu
    Copy the full SHA
    cd5827e View commit details
    Browse the repository at this point in the history