Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: paroga/cbor-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: spaceify/cbor-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 4 files changed
  • 6 contributors

Commits on Jan 15, 2020

  1. Fix handling of codepoints >= 0xe000 (#1)

    Codepoints in [U+E000,U+FFFF] were handled by the surrogate pair
    code path.
    
    Co-authored-by: Sami Vaarala <[email protected]>
    ptesavol and svaarala authored Jan 15, 2020
    Configuration menu
    Copy the full SHA
    2366599 View commit details
    Browse the repository at this point in the history
  2. Optimize byte array encoding (#2)

    Co-authored-by: Matt Vollrath <[email protected]>
    ptesavol and mvollrath authored Jan 15, 2020
    Configuration menu
    Copy the full SHA
    e2015d1 View commit details
    Browse the repository at this point in the history
  3. replace uint8 DataView reads by typed array access (#4)

    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.
    
    Co-authored-by: Maik Riechert <[email protected]>
    ptesavol and letmaik authored Jan 15, 2020
    Configuration menu
    Copy the full SHA
    d54e894 View commit details
    Browse the repository at this point in the history
  4. Deprecated Bower version (#3)

    Co-authored-by: Benny Neugebauer <[email protected]>
    ptesavol and bennycode authored Jan 15, 2020
    Configuration menu
    Copy the full SHA
    3e2bdb3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    28c104a View commit details
    Browse the repository at this point in the history
  6. Update README.md

    ptesavol authored Jan 15, 2020
    Configuration menu
    Copy the full SHA
    bc565d4 View commit details
    Browse the repository at this point in the history
Loading