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

Replace DataView.getUint8 by typed array access #7

Closed
wants to merge 2 commits into from

Commits on Dec 11, 2015

  1. replace uint8 DataView reads by typed array access

    With this change, there are speed increases of 15% on Chrome 47 and 36% on Firefox 42 while decoding around 200MiB of data. Testing was done with a very large array of numbers where one third of elements were nulls.
    letmaik committed Dec 11, 2015
    Configuration menu
    Copy the full SHA
    ea8a030 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2016

  1. merge

    letmaik committed Sep 14, 2016
    Configuration menu
    Copy the full SHA
    46cd936 View commit details
    Browse the repository at this point in the history