Skip to content

Optimize BigUint operations in decompose_big function#93

Open
crStiv wants to merge 1 commit intoprivacy-ethereum:masterfrom
crStiv:asdas
Open

Optimize BigUint operations in decompose_big function#93
crStiv wants to merge 1 commit intoprivacy-ethereum:masterfrom
crStiv:asdas

Conversation

@crStiv
Copy link

@crStiv crStiv commented Mar 11, 2025

  • Replace redundant clone() calls with references in decompose_big
  • Use <<= operator instead of shl() for better readability
  • Improve performance by reducing unnecessary allocations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant