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

Speed improvement when sending large buffers via CBOR #4

Closed
wants to merge 1 commit into from

Commits on May 18, 2021

  1. Speed improvement when sending large buffers via CBOR

    ~230ms to ~21ms (using example 3mb quilts)
    
    I guess it's possible that < 2048 (from previous work chrome seems to store typed array pages at 2kb) might be better with a for loop, than allocating a new view
    SoylentGraham committed May 18, 2021
    Configuration menu
    Copy the full SHA
    6ac89aa View commit details
    Browse the repository at this point in the history