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

rlp, trie: faster trie node encoding #24126

Merged
merged 25 commits into from Mar 9, 2022

Commits on Mar 1, 2022

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

Commits on Mar 8, 2022

  1. Copy the full SHA
    8dc0bc2 View commit details
    Browse the repository at this point in the history
  2. rlp: add AppendToBytes

    fjl committed Mar 8, 2022
    Copy the full SHA
    433515d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    59ae72b View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    470249b View commit details
    Browse the repository at this point in the history
  5. trie: use new encoder in hasher

    fjl committed Mar 8, 2022
    Copy the full SHA
    ef32db6 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    76c7467 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    2060ce3 View commit details
    Browse the repository at this point in the history
  8. trie: move emptyNode case

    fjl committed Mar 8, 2022
    Copy the full SHA
    994a67a View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    a622a8e View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    8a478b9 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    a08eb13 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    0077809 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    a905cc8 View commit details
    Browse the repository at this point in the history
  14. trie: improve comment

    fjl committed Mar 8, 2022
    Copy the full SHA
    727dab9 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    f5e3901 View commit details
    Browse the repository at this point in the history
  16. trie: remove sliceBuffer

    fjl committed Mar 8, 2022
    Copy the full SHA
    faee3b0 View commit details
    Browse the repository at this point in the history
  17. trie: avoid *EncoderBuffer

    fjl committed Mar 8, 2022
    Copy the full SHA
    781ca96 View commit details
    Browse the repository at this point in the history
  18. trie: add copyright header

    fjl committed Mar 8, 2022
    Copy the full SHA
    9ff55d1 View commit details
    Browse the repository at this point in the history
  19. trie: comment update

    fjl committed Mar 8, 2022
    Copy the full SHA
    d083f5d View commit details
    Browse the repository at this point in the history
  20. rlp: comment update

    fjl committed Mar 8, 2022
    Copy the full SHA
    7ccf22e View commit details
    Browse the repository at this point in the history
  21. trie: comment update

    fjl committed Mar 8, 2022
    Copy the full SHA
    ea6d398 View commit details
    Browse the repository at this point in the history
  22. trie: comment update

    fjl committed Mar 8, 2022
    Copy the full SHA
    d8192d4 View commit details
    Browse the repository at this point in the history
  23. Copy the full SHA
    930fc95 View commit details
    Browse the repository at this point in the history
  24. trie: comment update

    fjl committed Mar 8, 2022
    Copy the full SHA
    32b7f37 View commit details
    Browse the repository at this point in the history