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

feat: introduce hash cache to improve performance #81

Merged
merged 3 commits into from
Apr 11, 2024

Commits on Apr 10, 2024

  1. feat: introduce hash cache to improve performance

    This is part of the optimizations from BSC, microbench show the change
    could introduce ~20% speed up of simple erc20 transfer scenario.
    
    The original PR of BSC: bnb-chain/bsc#257
    sunny2022da committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    d126651 View commit details
    Browse the repository at this point in the history
  2. rearrange the import

    sunny2022da committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    6a0fd6e View commit details
    Browse the repository at this point in the history
  3. add comments in code

    sunny2022da committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    ac18118 View commit details
    Browse the repository at this point in the history