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

Runtime Optimizations #4648

Merged
merged 20 commits into from Jan 28, 2020
Merged

Runtime Optimizations #4648

merged 20 commits into from Jan 28, 2020

Commits on Jan 25, 2020

  1. parallelize shuffling

    nisdas committed Jan 25, 2020
    Configuration menu
    Copy the full SHA
    237352a View commit details
    Browse the repository at this point in the history
  2. clean up

    nisdas committed Jan 25, 2020
    Configuration menu
    Copy the full SHA
    92514c2 View commit details
    Browse the repository at this point in the history
  3. lint

    nisdas committed Jan 25, 2020
    Configuration menu
    Copy the full SHA
    677b96e View commit details
    Browse the repository at this point in the history
  4. fix build

    nisdas committed Jan 25, 2020
    Configuration menu
    Copy the full SHA
    e866239 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    10fffe6 View commit details
    Browse the repository at this point in the history
  6. fix array roots and size map

    nisdas committed Jan 25, 2020
    Configuration menu
    Copy the full SHA
    3811d81 View commit details
    Browse the repository at this point in the history
  7. new improvements

    nisdas committed Jan 25, 2020
    Configuration menu
    Copy the full SHA
    c924667 View commit details
    Browse the repository at this point in the history
  8. reduce hash allocs

    nisdas committed Jan 25, 2020
    Configuration menu
    Copy the full SHA
    8417b88 View commit details
    Browse the repository at this point in the history
  9. improved shuffling

    nisdas committed Jan 25, 2020
    Configuration menu
    Copy the full SHA
    3c3a13b View commit details
    Browse the repository at this point in the history
  10. terence's review

    nisdas committed Jan 25, 2020
    Configuration menu
    Copy the full SHA
    7eae84b View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

  1. use different method

    nisdas committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    9c4bddf View commit details
    Browse the repository at this point in the history
  2. raul's comment

    nisdas committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    fdbb58e View commit details
    Browse the repository at this point in the history
  3. new array roots

    nisdas committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    823b01c View commit details
    Browse the repository at this point in the history
  4. remove clone in pre-compute

    nisdas committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    7c079a0 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2020

  1. Update beacon-chain/state/types.go

    Co-Authored-By: Raul Jordan <raul@prysmaticlabs.com>
    nisdas and rauljordan committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    ed86b50 View commit details
    Browse the repository at this point in the history
  2. raul's review

    nisdas committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    dcf0da8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3500a7d View commit details
    Browse the repository at this point in the history
  4. lint

    nisdas committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    d3c1ab9 View commit details
    Browse the repository at this point in the history
  5. fix build issues

    nisdas committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    a46a700 View commit details
    Browse the repository at this point in the history
  6. fix visibility

    nisdas committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    a824b89 View commit details
    Browse the repository at this point in the history