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

Reuse big.Int objects for GC optimization #172

Draft
wants to merge 7 commits into
base: develop
Choose a base branch
from

Commits on Sep 2, 2024

  1. Merge pull request bnb-chain#155 from bnb-chain/develop

    Prepare for v0.5.0 release
    owen-reorg authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    f3bc8ce View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. optimize the memory allocation of effectiveGasTipValue()

    andyzhang2023 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    8d5050c View commit details
    Browse the repository at this point in the history
  2. optimize the memory allocation of effectiveGasTipValue()

    andyzhang2023 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    d381401 View commit details
    Browse the repository at this point in the history
  3. optimize the memory allocation of *Transaction.Cost()

    andyzhang2023 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    e465a2f View commit details
    Browse the repository at this point in the history
  4. optimize the memory allocation of newL1CostFuncEcotone()

    andyzhang2023 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    a3a80ec View commit details
    Browse the repository at this point in the history
  5. optimize SubmitTransaction API

    andyzhang2023 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    fb918ca View commit details
    Browse the repository at this point in the history
  6. optimize buyGas()

    andyzhang2023 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    40b966a View commit details
    Browse the repository at this point in the history