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

[dbnode] Faster M3TSZ decoding by using 64 bit operations #2827

Merged
merged 39 commits into from
Feb 17, 2021

Commits on Oct 31, 2020

  1. BenchmarkM3TSZDecode

    linasm committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    2b6e823 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2020

  1. istream64 + benchmark

    linasm committed Nov 1, 2020
    Configuration menu
    Copy the full SHA
    9eed46a View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

  1. Clean up benchmark code

    linasm committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    1ae4a01 View commit details
    Browse the repository at this point in the history
  2. Improve tests

    linasm committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    b98c2da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    568a0ca View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2020

  1. one less shift

    vpranckaitis committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    85ad1dd View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2020

  1. Configuration menu
    Copy the full SHA
    b1699b7 View commit details
    Browse the repository at this point in the history
  2. Align with changes in master

    linasm committed Nov 28, 2020
    Configuration menu
    Copy the full SHA
    3eb6e55 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2020

  1. Replace IStream with IStream64

    linasm committed Nov 29, 2020
    Configuration menu
    Copy the full SHA
    938f244 View commit details
    Browse the repository at this point in the history
  2. git add

    linasm committed Nov 29, 2020
    Configuration menu
    Copy the full SHA
    c216a2a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7fcffe7 View commit details
    Browse the repository at this point in the history
  4. Fix read_data_files

    linasm committed Nov 29, 2020
    Configuration menu
    Copy the full SHA
    cc22a35 View commit details
    Browse the repository at this point in the history
  5. lint

    linasm committed Nov 29, 2020
    Configuration menu
    Copy the full SHA
    e42c761 View commit details
    Browse the repository at this point in the history
  6. TestSegmentReader64

    linasm committed Nov 29, 2020
    Configuration menu
    Copy the full SHA
    4c44fda View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9d9644e View commit details
    Browse the repository at this point in the history
  8. Fix disk_flush_helpers.go

    linasm committed Nov 29, 2020
    Configuration menu
    Copy the full SHA
    dd42c21 View commit details
    Browse the repository at this point in the history
  9. Update benchmark result

    linasm committed Nov 29, 2020
    Configuration menu
    Copy the full SHA
    41e3e6c View commit details
    Browse the repository at this point in the history
  10. Drop IStream interface

    linasm committed Nov 29, 2020
    Configuration menu
    Copy the full SHA
    40f1dbb View commit details
    Browse the repository at this point in the history
  11. Drop noop XOR with 0

    linasm committed Nov 29, 2020
    Configuration menu
    Copy the full SHA
    1293407 View commit details
    Browse the repository at this point in the history
  12. Fix test condition

    linasm committed Nov 29, 2020
    Configuration menu
    Copy the full SHA
    bd387d2 View commit details
    Browse the repository at this point in the history
  13. Copyrights

    linasm committed Nov 29, 2020
    Configuration menu
    Copy the full SHA
    ca83b17 View commit details
    Browse the repository at this point in the history
  14. Fix some more tests

    linasm committed Nov 29, 2020
    Configuration menu
    Copy the full SHA
    a01bd71 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. Address PR feedback

    linasm committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    8530b9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f0a12e View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2020

  1. Configuration menu
    Copy the full SHA
    c02be87 View commit details
    Browse the repository at this point in the history
  2. Apply some DRY

    linasm committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    ffe5e40 View commit details
    Browse the repository at this point in the history
  3. Revert some changes

    linasm committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    6f2f3e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7371c9a View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2020

  1. Configuration menu
    Copy the full SHA
    c67dbab View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2020

  1. Configuration menu
    Copy the full SHA
    3c41e12 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2021

  1. Configuration menu
    Copy the full SHA
    624ab8d View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2021

  1. Improve segment_reader_test

    linasm committed Jan 9, 2021
    Configuration menu
    Copy the full SHA
    9f1d3c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae38638 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef7bb74 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. Configuration menu
    Copy the full SHA
    64d3e68 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2021

  1. Address PR feedback

    linasm committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    ccbc64c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9172cf9 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2021

  1. Configuration menu
    Copy the full SHA
    8b87db8 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. Configuration menu
    Copy the full SHA
    01fdfaf View commit details
    Browse the repository at this point in the history